Skip to content

Commit

Permalink
fix: report endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjaySinghRajpoot committed Oct 4, 2022
1 parent 8ae22ef commit bf8899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/tests/test_rest_gcbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_status(self, gcbm_endpoint, yield_title):
yield_title fixture. It returns the status of a simulation which \
we already uploaded the files under the title by \
yield_title fixutre. """
status_endpoint = gcbm_endpoint + "status"
status_endpoint = gcbm_endpoint + "report"
data = {"title": yield_title}
status_response = requests.post(status_endpoint, json=data)
assert status_response.status_code == 200
Expand Down

0 comments on commit bf8899b

Please sign in to comment.