We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ae518 commit 47de565Copy full SHA for 47de565
spec/mongo/client_spec.rb
@@ -574,7 +574,7 @@
574
575
it 'returns a list of database names' do
576
expect(root_authorized_client.database_names).to include(
577
- 'admin', 'local', TEST_DB
+ 'admin', TEST_DB
578
)
579
end
580
@@ -585,7 +585,7 @@
585
expect(
586
root_authorized_client.list_databases.collect do |i|
587
i['name']
588
- end).to include('admin', 'local', TEST_DB)
+ end).to include('admin', TEST_DB)
589
590
591
0 commit comments