Skip to content

Commit fbb8f95

Browse files
caberoscaberos
authored andcommitted
fix the tox tool
1 parent 58daab0 commit fbb8f95

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/CLI/modules/server_tests.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ def test_server_credentials(self):
5252

5353
self.assert_no_fail(result)
5454
self.assertEqual(json.loads(result.output), [
55-
{
56-
'username': 'root',
57-
'password': 'abc123',
58-
'Software': 'CENTOS_7_64',
59-
'Version': '7.8 - 64'
60-
}
55+
{'Password': 'abc123',
56+
'Software': 'CENTOS_7_64',
57+
'Username': 'root',
58+
'Version': '7.8 - 64'}
6159
])
6260

6361
def test_server_credentials_exception_passwords_not_found(self):

0 commit comments

Comments
 (0)