Skip to content

Commit 9c9cd7b

Browse files
committed
fix(clients): allow chunked requests on WithTransformation methods
1 parent e86157a commit 9c9cd7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/CTS/client/search/partialUpdateObjectsWithTransformation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"expected": {
3737
"type": "response",
38-
"match": {
38+
"match": [{
3939
"runID": "b1b7a982-524c-40d2-bb7f-48aab075abda",
4040
"eventID": "113b2068-6337-4c85-b5c2-e7b213d82925",
4141
"message": "OK",
4242
"createdAt": "2022-05-12T06:24:30.049Z"
43-
}
43+
}]
4444
}
4545
}
4646
]

tests/CTS/client/search/saveObjectsWithTransformation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"expected": {
3636
"type": "response",
37-
"match": {
37+
"match": [{
3838
"runID": "b1b7a982-524c-40d2-bb7f-48aab075abda",
3939
"eventID": "113b2068-6337-4c85-b5c2-e7b213d82925",
4040
"message": "OK",
4141
"createdAt": "2022-05-12T06:24:30.049Z"
42-
}
42+
}]
4343
}
4444
}
4545
]

0 commit comments

Comments
 (0)