Skip to content

Commit

Permalink
adjust tests to new approach to table names
Browse files Browse the repository at this point in the history
  • Loading branch information
leondutoit committed Jun 19, 2024
1 parent 04fbbbc commit b7a6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdfileapi/test_file_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def test_XXX_query_invalid(self) -> None:
self.assertEqual(resp.status_code, 404)
# Do not throw non exist at audit
resp = requests.get(
f"{self.base_url}/survey/number_audit/submissions?select=count(*)",
f"{self.base_url}/survey/user_number/audit?select=count(*)",
headers=headers,
)
self.assertEqual(resp.status_code, 200)
Expand Down

0 comments on commit b7a6d26

Please sign in to comment.