Skip to content

Commit 1fb5c98

Browse files
committed
tests: Update test to expect lowercase resource format
1 parent 550687e commit 1fb5c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/dcatapchharvest/tests/test_dcatap_ch_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def test_distribution_format_format_only(self):
338338

339339
resource = datasets[0]["resources"][0]
340340

341-
assert resource["format"] == "CSV"
341+
assert resource["format"] == "csv"
342342

343343
def test_temporals_accepted_formats(self):
344344
contents = self._get_file_contents("dataset-datetimes.xml")

0 commit comments

Comments
 (0)