From 4b1bae40f6b35544c53441d1d15dad8afe3b0e1a Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Wed, 9 Oct 2024 19:54:39 +0200 Subject: [PATCH] fix: Update test to use new endpoint --- tests/python/test_tracer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_tracer.py b/tests/python/test_tracer.py index aa66b304..bd842ee0 100644 --- a/tests/python/test_tracer.py +++ b/tests/python/test_tracer.py @@ -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",