spec/mongo/auth/scram_negotiation_spec.rb in mongo-2.14.1 vs spec/mongo/auth/scram_negotiation_spec.rb in mongo-2.15.0.alpha
- old
+ new
@@ -327,10 +327,10 @@
),
)
end
let(:client) do
- new_local_client(uri, SpecConfig.instance.ssl_options.merge(max_pool_size: 1))
+ new_local_client(uri, SpecConfig.instance.monitoring_options.merge(max_pool_size: 1))
end
context 'when the user exists' do
context 'when the user only can use SCRAM-SHA-1 to authenticate' do