Skip to content

Commit 7bab3bc

Browse files
committed
feat: fix aggregated collecor test
1 parent 6a3395b commit 7bab3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eox_core/api/data/aggregated_collector/v1/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class AggregatedCollectorViewTests(TestCase):
1515
def setUp(self):
1616
self.client = APIClient()
17-
self.url = reverse("eox-core:eox-data-api:eox-data-api-collector-v1:aggregated_collector")
17+
self.url = reverse("eox-data-api:eox-data-api-collector:eox-data-api-collector-v1:aggregated_collector")
1818
settings.AGGREGATED_DATA_COLLECTOR_API_ENABLED = True
1919
settings.EOX_CORE_AGGREGATED_COLLECTOR_TARGET_URL = "http://mock-api.com"
2020
settings.EOX_CORE_AGGREGATED_COLLECTOR_TARGET_TOKEN_URL = "http://mock-token.com"

0 commit comments

Comments
 (0)