Skip to content

Commit 79a16e5

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent b8ebc9a commit 79a16e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/CLI/modules/order_tests.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,9 @@ 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
]
315-
print("FUCK")
316-
print(result.output)
315+
317316
self.assertEqual(expected_results, json.loads(result.output))
318317

319318
def test_quote_verify(self):

0 commit comments

Comments
 (0)