Skip to content

Commit 778de4b

Browse files
committed
Modifying test files
1 parent 24239e1 commit 778de4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_tracking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def test_empty_id_string():
9696
def test_valid_retrack_tracking():
9797
test_id_string = "9a2f8a77effe022aa296dea55d3ddaf3" # Replace with expired tracking order number
9898
response = tracking.retrack_tracking_by_id(test_id_string)
99-
print(response)
10099
assert response['meta']['code'] == 200
101100

102101
def test_empty_id_string():

0 commit comments

Comments
 (0)