Skip to content

Commit

Permalink
tests_functional: Remove invalid codelist warning for null
Browse files Browse the repository at this point in the history
This is now failing due to a quirk in the way in which null is
interpreted when not in an embedded codelist. The lack of message here
is consistent with other codelists. This behaviour changed as a result
of using a local version of the grant standard and downloaded codelist
when "resolving" the standard.

ThreeSixtyGiving/standard#379
  • Loading branch information
michaelwood committed Apr 1, 2024
1 parent 52a9382 commit af55da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cove/cove_360/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def server_url(request, live_server):
('nulls.json', [
'is not a JSON array',
'Date is not in the correct format',
'Invalid code found in countryCode',
'is not a number',
'is not a string',
], True),
Expand Down

0 comments on commit af55da5

Please sign in to comment.