Skip to content

Commit c3c7553

Browse files
authored
Fix DNS seedlist tests against MongoDB 3.6 (#753)
1 parent 10a1fd8 commit c3c7553

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/MongoSwiftTests/DNSSeedlistTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ final class DNSSeedlistTests: MongoSwiftTestCase {
135135
_ = try db.runCommand([
136136
"createUser": .string(username),
137137
"pwd": .string(password),
138-
"mechanisms": [
139-
"SCRAM-SHA-1",
140-
"SCRAM-SHA-256"
141-
],
142138
"roles": []
143139
]).wait()
144140
}

0 commit comments

Comments
 (0)