We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88770f0 commit e25d8ddCopy full SHA for e25d8dd
1 file changed
tests/CLI/modules/server_tests.py
@@ -1049,5 +1049,5 @@ def test_add_notification(self):
1049
def test_create_credential(self):
1050
result = self.run_command(['hw', 'create-credential', '123456',
1051
'--username', 'testslcli', '--password', 'test-123456',
1052
- '--notes', 'test slcli','--system','system'])
+ '--notes', 'test slcli', '--system', 'system'])
1053
self.assert_no_fail(result)
0 commit comments