From f0e95a4a2bdb50f9b4ee187c9be6f58d227a9b1d Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 21 Feb 2025 07:23:27 +0300 Subject: [PATCH] fix: fixed path for ml scores --- solution/services/backend/api/v1/advertisers/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/services/backend/api/v1/advertisers/tests.py b/solution/services/backend/api/v1/advertisers/tests.py index 1953ecd..e17be6c 100644 --- a/solution/services/backend/api/v1/advertisers/tests.py +++ b/solution/services/backend/api/v1/advertisers/tests.py @@ -19,7 +19,7 @@ class TestMlscoreEndpoint(TestCase): gender=ClientModel.GenderChoices.FEMALE, ) - self.url = "/advertisers/ml-scores" + self.url = "/ml-scores" def test_create_mlscore_success(self): data = {