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 Feb 27, 2025
1 parent 543c3c6 commit d3068db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class AggregatedCollectorTests(TestCase):
def setUp(self):
self.client = APIClient()
self.url = reverse("eox-data-api:eox-data-api-collector-v1:aggregated_collector")
self.url = reverse("eox-data-api-collector-v1:aggregated_collector")
settings.AGGREGATED_DATA_COLLECTOR_API_ENABLED = True
settings.EOX_CORE_AGGREGATED_COLLECT_DESTINATION_URL = "http://mock-api.com"
settings.EOX_CORE_AGGREGATED_COLLECT_TOKEN_URL = "http://mock-token.com"
Expand Down

0 comments on commit d3068db

Please sign in to comment.