We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550687e commit 1fb5c98Copy full SHA for 1fb5c98
ckanext/dcatapchharvest/tests/test_dcatap_ch_parse.py
@@ -338,7 +338,7 @@ def test_distribution_format_format_only(self):
338
339
resource = datasets[0]["resources"][0]
340
341
- assert resource["format"] == "CSV"
+ assert resource["format"] == "csv"
342
343
def test_temporals_accepted_formats(self):
344
contents = self._get_file_contents("dataset-datetimes.xml")
0 commit comments