Skip to content

Commit 8bd8842

Browse files
committed
try SocketError
1 parent 4d14fe7 commit 8bd8842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/client_side_encryption/custom_endpoint_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
let(:error_regex) do
9797
if BSON::Environment.jruby?
98-
/Bad file descriptor/
98+
/SocketError/
9999
else
100100
/Connection refused/
101101
end

0 commit comments

Comments
 (0)