Skip to content

Commit e864392

Browse files
committed
tests: fix test for batch isConcurrent argument
1 parent 0598874 commit e864392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/batch.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('Batch', function() {
118118
})
119119
it('has exact body params', function () {
120120
const {body} = fetchMock.lastOptions()
121-
const expectedString = 'atomic=false&uri=user%3Fmethod%3DPUT%26action%3DactivateUsers%26userIDs%3Dfoo%26userIDs%3Dbar'
121+
const expectedString = 'atomic=false&uri=user%3Fmethod%3DPUT%26action%3DactivateUsers%26userIDs%3Dfoo%26userIDs%3Dbar&concurrent=false'
122122
should(body).equals(expectedString)
123123
})
124124
})

0 commit comments

Comments
 (0)