onc-healthit / onc-certification-g10-test-kit

ONC Certification (g)(10) Standardized API Tests
Apache License 2.0
32 stars 10 forks source link

FI-2423: Bump validator dependency to v2.3.2 #483

Closed dehall closed 5 months ago

dehall commented 5 months ago

Bump the validator to release 2.3.2 and update the message filters to handle new error messages. Note there are 2 new messages, one a slight variation of an existing message (" is not in the value set" vs " was not found in the value set") and one brand new "A definition for CodeSystem '.*' could not be found, so the code cannot be validated".

I extracted the message regexes into a list only because the new message text is long and this felt cleaner than a multi-line regex