Skip to content

Commit f6c208c

Browse files
authored
Merge pull request #360 from digital-land/remove-optional-fields-1
Updating test - https://github.com/digital-land/digital-land-python/p…
2 parents 6495304 + 2605c7d commit f6c208c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/phase/test_harmonise.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,12 @@ def test_harmonise_missing_mandatory_values():
144144
output = list(h.process(reader))
145145

146146
assert len(output) == 1
147-
assert len(issues.rows) == 4
147+
assert len(issues.rows) == 3
148148

149149
# It should have an issue logged for the empty mandatory fields except name for article-4-direction
150150
for issue in issues.rows:
151151
assert issue["field"] in [
152152
"reference",
153-
"description",
154153
"document-url",
155154
"documentation-url",
156155
]

0 commit comments

Comments
 (0)