Skip to content

Commit d0230fa

Browse files
committed
Align unit tests to the fixes of #153
1 parent 9e44869 commit d0230fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/uploadSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('upload file', function() {
6161
expect(requests[2].url).not.toContain('a=1');
6262

6363
flow.opts.target = 'file?w=w';
64-
flow.opts.query = undefined;
64+
flow.opts.query = {};
6565
flow.files[0].retry();
6666
expect(requests.length).toBe(4);
6767
expect(requests[3].url).toContain('file?w=w&');

0 commit comments

Comments
 (0)