Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3263: Huge Bundle Fix #39

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion lib/service_base_url_test_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ServiceBaseURLTestSuite < Inferno::TestSuite
].freeze

# All FHIR validation requests will use this FHIR validator
fhir_resource_validator :default do
fhir_resource_validator do
exclude_message do |message|
VALIDATION_MESSAGE_FILTERS.any? { |filter| filter.match? message.message }
end
Expand Down
Loading
Loading