diff --git a/ckanext/switzerland/tests/test_sbb_harvester.py b/ckanext/switzerland/tests/test_sbb_harvester.py index 6b5e565c..8901fca1 100644 --- a/ckanext/switzerland/tests/test_sbb_harvester.py +++ b/ckanext/switzerland/tests/test_sbb_harvester.py @@ -195,7 +195,6 @@ def test_updated_file_before_last_harvester_run(self): self.assertEqual(dataset["resources"][0]["identifier"], "Didok.csv") @pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index") - @pytest.mark.ckan_config("ckan.site_url", "http://odp.test") def test_update_version(self): filesystem = self.get_filesystem(filename="20160901.csv") MockFTPStorageAdapter.filesystem = filesystem @@ -230,7 +229,6 @@ def test_update_version(self): self.assert_resource_data(package.resources[1].id, data.dataset_content_1) @pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index") - @pytest.mark.ckan_config("ckan.site_url", "http://odp.test") def test_update_file_of_old_version(self): """ initial state: @@ -279,7 +277,6 @@ def test_update_file_of_old_version(self): self.assert_resource_data(package.resources[1].id, data.dataset_content_3) @pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index") - @pytest.mark.ckan_config("ckan.site_url", "http://odp.test") def test_update_file_of_newest_version(self): """ initial state: @@ -326,7 +323,6 @@ def test_update_file_of_newest_version(self): self.assert_resource_data(package.resources[1].id, data.dataset_content_1) @pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index") - @pytest.mark.ckan_config("ckan.site_url", "http://odp.test") def test_order_permalink_regex(self): filesystem = self.get_filesystem(filename="20160901.csv") MockFTPStorageAdapter.filesystem = filesystem