We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb4349 + 554e262 commit f57dd96Copy full SHA for f57dd96
1 file changed
spec/lib/nhs/immunisations_api_spec.rb
@@ -965,9 +965,7 @@
965
end
966
967
it "doesn't raise an error" do
968
- expect { perform_request }.not_to raise_error(
969
- NHS::ImmunisationsAPI::OperationOutcomeInBundle
970
- )
+ expect { perform_request }.not_to raise_error
971
972
973
it "raises a warning, and sends to Sentry" do
@@ -990,9 +988,7 @@
990
988
991
989
992
993
994
995
996
997
998
include_examples "continues the job and consumes the records"
0 commit comments