We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23053 commit 469e568Copy full SHA for 469e568
tests/contrib/hope/test_geo.py
@@ -82,7 +82,7 @@
82
}
83
84
85
-@override_config(AURORA_API_URL="https://aurora.org/api/")
+@override_config(HOPE_API_URL="https://dev-hope.unitst.org/api/rest/")
86
def test_validate_child(db, mocked_responses):
87
mocked_responses.add(mocked_responses.GET, "https://dev-hope.unitst.org/api/rest/lookups/country/", json=COUNTRIES)
88
mocked_responses.add(
0 commit comments