Skip to content

Commit 0df0e35

Browse files
author
Brian Flores
committed
update unit test
1 parent c6a9fb7 commit 0df0e35

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
@@ -523,7 +523,7 @@ def test_reflash_firmware(self, confirm_mock):
523523
result = self.run_command(['server', 'reflash-firmware', '1000'])
524524

525525
self.assert_no_fail(result)
526-
self.assertEqual(result.output, "")
526+
self.assertEqual(result.output, 'Successfully device firmware reflashed\n')
527527
self.assert_called_with('SoftLayer_Hardware_Server',
528528
'createFirmwareReflashTransaction',
529529
args=((1, 1, 1)), identifier=1000)

0 commit comments

Comments
 (0)