Skip to content

Commit 3c9cf60

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 9083aba commit 3c9cf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/order_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_location_list(self):
310310
self.assert_no_fail(result)
311311
expected_results = [
312312
{'id': 2017603, 'dc': 'wdc07', 'description': 'WDC07 - Washington, DC',
313-
'keyName': 'WASHINGTON07','note': 'closed soon: wdc07.pod01'}
313+
'keyName': 'WASHINGTON07', 'note': 'closed soon: wdc07.pod01'}
314314
]
315315
print("FUCK")
316316
print(result.output)

0 commit comments

Comments
 (0)