diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-10 13:08:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-12 09:50:56 +0100 |
commit | 061edbaac5a37b8e717391c3b7d804a96c041979 (patch) | |
tree | 79a9647f9e8563d44d08123dd4844a249001e63a /archaeological_operations/tests.py | |
parent | ac839d9481b863c93a9c0f92011118bb581f7c2d (diff) | |
download | Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.tar.bz2 Ishtar-061edbaac5a37b8e717391c3b7d804a96c041979.zip |
Syndication - export external sources
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index b9c119826..04af3445a 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -4794,7 +4794,7 @@ class ApiTest(OperationInitTest, APITestCase): local_label="Néolithique moyen", ) - base_url = reverse("search-external", args=["operation", source.pk]) + base_url = reverse("external-search", args=["operation", source.pk]) params = self.__construct_search(source) url = base_url + params self._mock_search(mock_get, models.Operation, "/get-operation/" + params) |