Skip to content

Commit

Permalink
Fix inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Dec 18, 2024
1 parent ebb037c commit ca82e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def test_find_data_objects_for_study_having_one(api_site_client):
# Update the `alldocs` collection, which is a cache used by the endpoint under test.
ensure_schema_collections_and_alldocs(force_refresh_of_alldocs=True)

# Confirm the endpoint responds with no data objects.
# Confirm the endpoint responds with the data object we inserted above.
response = api_site_client.request("GET", f"/data_objects/study/{study_id}")
assert response.status_code == 200
data_objects_by_biosample = response.json()
Expand Down

0 comments on commit ca82e42

Please sign in to comment.