Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spp_import_dci_api/data/crvs_data_source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>
<record id="spp_crvs_data_source" model="spp.data.source">
<field name="name">CRVS</field>
<field name="url">https://dci.opencrvs.lab.cdpi.dev</field>
<field name="url">https://--Not Set--</field>
<field name="auth_type">bearer_authentication</field>
</record>
<record id="spp_crvs_registry_path" model="spp.data.source.path">
Expand Down
2 changes: 1 addition & 1 deletion spp_import_dci_api/tests/test_fetch_crvs_beneficiary.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_get_crvs_search_url(self):
paths = self.fetch_crvs_beneficiary_id.get_data_source_paths()
search_url = self.fetch_crvs_beneficiary_id.get_crvs_search_url(paths)

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

def test_get_crvs_auth_url(self):
paths = self.fetch_crvs_beneficiary_id.get_data_source_paths()
Expand Down
Loading