Skip to content

Commit 0c6deab

Browse files
committed
[FIX] Fixing test
1 parent 8aab6d7 commit 0c6deab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_import_dci_api/tests/test_fetch_crvs_beneficiary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_get_crvs_search_url(self):
188188
paths = self.fetch_crvs_beneficiary_id.get_data_source_paths()
189189
search_url = self.fetch_crvs_beneficiary_id.get_crvs_search_url(paths)
190190

191-
self.assertEqual(search_url, "https://dci.opencrvs.lab.cdpi.dev/registry/sync/search")
191+
self.assertEqual(search_url, "https://--Not Set--/registry/sync/search")
192192

193193
def test_get_crvs_auth_url(self):
194194
paths = self.fetch_crvs_beneficiary_id.get_data_source_paths()

0 commit comments

Comments
 (0)