We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0598874 commit e864392Copy full SHA for e864392
1 file changed
test/integration/batch.spec.ts
@@ -118,7 +118,7 @@ describe('Batch', function() {
118
})
119
it('has exact body params', function () {
120
const {body} = fetchMock.lastOptions()
121
- const expectedString = 'atomic=false&uri=user%3Fmethod%3DPUT%26action%3DactivateUsers%26userIDs%3Dfoo%26userIDs%3Dbar'
+ const expectedString = 'atomic=false&uri=user%3Fmethod%3DPUT%26action%3DactivateUsers%26userIDs%3Dfoo%26userIDs%3Dbar&concurrent=false'
122
should(body).equals(expectedString)
123
124
0 commit comments