Skip to content

Commit

Permalink
feat: fix aggregated collecor test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Mar 3, 2025
1 parent 6a3395b commit 7bab3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class AggregatedCollectorViewTests(TestCase):
def setUp(self):
self.client = APIClient()
self.url = reverse("eox-core:eox-data-api:eox-data-api-collector-v1:aggregated_collector")
self.url = reverse("eox-data-api:eox-data-api-collector:eox-data-api-collector-v1:aggregated_collector")
settings.AGGREGATED_DATA_COLLECTOR_API_ENABLED = True
settings.EOX_CORE_AGGREGATED_COLLECTOR_TARGET_URL = "http://mock-api.com"
settings.EOX_CORE_AGGREGATED_COLLECTOR_TARGET_TOKEN_URL = "http://mock-token.com"
Expand Down

0 comments on commit 7bab3bc

Please sign in to comment.