We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58daab0 commit fbb8f95Copy full SHA for fbb8f95
tests/CLI/modules/server_tests.py
@@ -52,12 +52,10 @@ def test_server_credentials(self):
52
53
self.assert_no_fail(result)
54
self.assertEqual(json.loads(result.output), [
55
- {
56
- 'username': 'root',
57
- 'password': 'abc123',
58
- 'Software': 'CENTOS_7_64',
59
- 'Version': '7.8 - 64'
60
- }
+ {'Password': 'abc123',
+ 'Software': 'CENTOS_7_64',
+ 'Username': 'root',
+ 'Version': '7.8 - 64'}
61
])
62
63
def test_server_credentials_exception_passwords_not_found(self):
0 commit comments