Skip to content

Commit

Permalink
slight change to assert statemet
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraksi committed Jan 24, 2024
1 parent 2f56081 commit ffd6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_job_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ def test_query_and_wait_retries_job_for_DDL_queries():

_, kwargs = calls[3]
assert kwargs["method"] == "POST"
assert kwargs["path"].startswith(request_path)
assert kwargs["path"] == request_path

0 comments on commit ffd6e38

Please sign in to comment.