Skip to content

Commit

Permalink
[#1220] Update tests with new non-unique elements errors from lib-cove
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 30, 2019
1 parent 02748d2 commit e443916
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cove_360/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def server_url(request, live_server):
'Data does not use the 360Giving Standard 15 Errors',
'your data is not yet using the 360Giving standard',
'Incorrect Formats',
'Non-unique ID Values',
'Non-unique id values',
'100% of grants do not contain any beneficiary location fields',
'Grant identifiers: 2',
'Funder organisation identifiers: 1',
Expand Down
7 changes: 7 additions & 0 deletions cove_ocds/fixtures/badfile_all_validation_errors_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
"field": "releases/tender/title",
"type": "string"
},
{
"description": "Array has non-unique elements",
"field": "releases",
"path": "releases",
"type": "uniqueItems",
"value": ""
},
{
"value": "Last Tuesday",
"description": "Date is not in the correct format",
Expand Down

0 comments on commit e443916

Please sign in to comment.