Skip to content

Commit 42b6283

Browse files
committed
RUBY-1021 more unique password string
1 parent 866d024 commit 42b6283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/shared/server_selector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Server
166166
context 'when there is sensitive data in the options' do
167167

168168
let(:options) do
169-
Mongo::Options::Redacted.new(:mode => name, :password => '123')
169+
Mongo::Options::Redacted.new(:mode => name, :password => 'sensitive_data')
170170
end
171171

172172
it 'does not print out sensitive data' do

0 commit comments

Comments
 (0)