Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Sep 16, 2024
1 parent cf201ec commit 51f01c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,7 @@ def side_effect(db_type, db_creds, query):

# Assert aiohttp post was called with the correct arguments
mock_aiohttp_post.assert_called_with(
"https://api.defog.ai/retry_query_after_error",
json=json_req,
timeout=None,
verify=False,
"https://api.defog.ai/retry_query_after_error", json=json_req, timeout=None
)

# check that error logs are populated
Expand Down

0 comments on commit 51f01c5

Please sign in to comment.