Skip to content

Commit 5b6012a

Browse files
authored
Update tests/unit/test_job_retry.py
1 parent 0148336 commit 5b6012a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_job_retry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,8 @@ def test_retry_load_job_result(result_retry_param, PROJECT, DS_ID):
687687
if "retry" in result_retry_param:
688688
# Specifically check the timeout for the custom retry case
689689
assert called_retry._timeout == 10.0
690-
print(10.0)
691690
else:
692691
assert called_retry._timeout == expected_retry._timeout
693-
print("not 10.0")
694692

695693
# The number of api_request calls should still be 3
696694
assert conn.api_request.call_count == 3

0 commit comments

Comments
 (0)