Skip to content

Commit 469e568

Browse files
committed
fixes HOPE test
1 parent ee23053 commit 469e568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/hope/test_geo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484

85-
@override_config(AURORA_API_URL="https://aurora.org/api/")
85+
@override_config(HOPE_API_URL="https://dev-hope.unitst.org/api/rest/")
8686
def test_validate_child(db, mocked_responses):
8787
mocked_responses.add(mocked_responses.GET, "https://dev-hope.unitst.org/api/rest/lookups/country/", json=COUNTRIES)
8888
mocked_responses.add(

0 commit comments

Comments
 (0)