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 24239e1 commit 778de4bCopy full SHA for 778de4b
tests/test_tracking.py
@@ -96,7 +96,6 @@ def test_empty_id_string():
96
def test_valid_retrack_tracking():
97
test_id_string = "9a2f8a77effe022aa296dea55d3ddaf3" # Replace with expired tracking order number
98
response = tracking.retrack_tracking_by_id(test_id_string)
99
- print(response)
100
assert response['meta']['code'] == 200
101
102
def test_empty_id_string():
0 commit comments