diff --git a/dags/hivemind_etl_helpers/tests/integration/test_mediawiki_modules.py b/dags/hivemind_etl_helpers/tests/integration/test_mediawiki_modules.py index 83783242..8e6152a4 100644 --- a/dags/hivemind_etl_helpers/tests/integration/test_mediawiki_modules.py +++ b/dags/hivemind_etl_helpers/tests/integration/test_mediawiki_modules.py @@ -27,7 +27,8 @@ def test_get_single_data(self): "_id": platform_id, "name": "mediaWiki", "metadata": { - "baseURL": "http://example.com/api", + "baseURL": "http://example.com", + "path": "/api", }, "community": community_id, "disconnectedAt": None, @@ -117,7 +118,8 @@ def test_get_mediawiki_communities_data_multiple_platforms(self): "_id": platform_id1, "name": "mediaWiki", "metadata": { - "baseURL": "http://example1.com/api", + "baseURL": "http://example1.com", + "path": "/api", }, "community": community_id, "disconnectedAt": None, @@ -132,7 +134,8 @@ def test_get_mediawiki_communities_data_multiple_platforms(self): "_id": platform_id2, "name": "mediaWiki", "metadata": { - "baseURL": "http://example2.com/api", + "baseURL": "http://example2.com", + "path": "/api", }, "community": community_id, "disconnectedAt": None,