Skip to content

Commit 9d120d7

Browse files
Fix kms tls spec
1 parent b8fe235 commit 9d120d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/client_side_encryption/kms_tls_options_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
}
265265
}
266266
)
267-
end.to raise_error(Mongo::Error::KmsError, /Hostname mismatch/)
267+
end.to raise_error(Mongo::Error::KmsError, /certificate verify failed/)
268268
end
269269
end
270270
end
@@ -318,7 +318,7 @@
318318
master_key: master_key
319319
}
320320
)
321-
end.to raise_error(Mongo::Error::KmsError, /Hostname mismatch/)
321+
end.to raise_error(Mongo::Error::KmsError, /certificate verify failed/)
322322
end
323323
end
324324
end

0 commit comments

Comments
 (0)