Skip to content

Commit

Permalink
test updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Jan 4, 2024
1 parent 6dff53a commit 0a3701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_module/tests/test_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_extraction_system_request(self, requests_mock):
resp = self.client.post(self.URL, data=data, format="json")

assert resp.status_code == 202
assert len(callbacks) == 0
assert len(callbacks) == 2

resp_data = resp.json()
assert "request_ids" in resp_data
Expand Down

0 comments on commit 0a3701c

Please sign in to comment.