Skip to content

Commit 88770f0

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent b547dca commit 88770f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/server_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,5 +1049,5 @@ def test_add_notification(self):
10491049
def test_create_credential(self):
10501050
result = self.run_command(['hw', 'create-credential', '123456',
10511051
'--username', 'testslcli', '--password', 'test-123456',
1052-
'--notes', 'test slcli'])
1052+
'--notes', 'test slcli','--system','system'])
10531053
self.assert_no_fail(result)

0 commit comments

Comments
 (0)