Skip to content

Commit

Permalink
PHPLIB-909: Update errorResponse tests (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 30, 2022
1 parent 1a4eed8 commit 5a3d371
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tests/UnifiedSpecTests/crud/bulkWrite-errorResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"createEntities": [
{
"client": {
"id": "client0"
"id": "client0",
"useMultipleMongoses": false
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion tests/UnifiedSpecTests/crud/deleteOne-errorResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"createEntities": [
{
"client": {
"id": "client0"
"id": "client0",
"useMultipleMongoses": false
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion tests/UnifiedSpecTests/crud/insertOne-errorResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"createEntities": [
{
"client": {
"id": "client0"
"id": "client0",
"useMultipleMongoses": false
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion tests/UnifiedSpecTests/crud/updateOne-errorResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"createEntities": [
{
"client": {
"id": "client0"
"id": "client0",
"useMultipleMongoses": false
}
},
{
Expand Down

0 comments on commit 5a3d371

Please sign in to comment.