Skip to content

Commit

Permalink
fix: Update test to use new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Oct 9, 2024
1 parent 4b47616 commit 4b1bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_execute_tracer_analysis_ai_error(
# Test invalid country
def test_invalid_country(rest_client):
response = rest_client.post(
"/invalid_country/tracer_analysis",
"/invalid_country/tracer-analysis",
json={
"household_id": "test_household",
"policy_id": "test_policy",
Expand Down

0 comments on commit 4b1bae4

Please sign in to comment.