Skip to content

Commit

Permalink
GODRIVER-2487 No useMultipleMongoses false in findOneAndUpdate errorR…
Browse files Browse the repository at this point in the history
…esponse test. (#1109)
  • Loading branch information
benjirewis committed Oct 28, 2022
1 parent 423be54 commit f5312df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions testdata/crud/unified/findOneAndUpdate-errorResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"createEntities": [
{
"client": {
"id": "client0",
"useMultipleMongoses": false
"id": "client0"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion testdata/crud/unified/findOneAndUpdate-errorResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ schemaVersion: "1.12"
createEntities:
- client:
id: &client0 client0
useMultipleMongoses: false
- database:
id: &database0 database0
client: *client0
Expand Down

0 comments on commit f5312df

Please sign in to comment.