Skip to content

Commit 7809f41

Browse files
committed
Use test options for test to run with SSL
1 parent c1b5bd6 commit 7809f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mongo/operation/result_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
before do
279279
class Result
280280
def get_result
281-
Mongo::Client.new([DEFAULT_ADDRESS]).database.command(:ping => 1)
281+
Mongo::Client.new([DEFAULT_ADDRESS], TEST_OPTIONS).database.command(:ping => 1)
282282
end
283283
end
284284
end

0 commit comments

Comments
 (0)