Skip to content

Commit

Permalink
feat: add aggregated collecor test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Feb 27, 2025
1 parent 9415b1d commit 67144c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class AggregatedCollectorTests(TestCase):
def setUp(self):
self.client = APIClient()
self.url = "/v1/aggregated-collector/"
self.url = "/eox-core/data-api/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 67144c1

Please sign in to comment.