Skip to content

Commit 117e065

Browse files
committed
update responses test
1 parent 38b3477 commit 117e065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/responses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ api.get('/redirectHTML', function(req,res) {
8181
})
8282

8383
api.get('/s3Path', function(req,res) {
84-
stub.callsArgWith(2, null, 'https://s3.amazonaws.com/my-test-bucket/test/test.txt?AWSAccessKeyId=AKXYZ&Expires=1534290845&Signature=XYZ')
84+
stub.callsArgWithAsync(2, null, 'https://s3.amazonaws.com/my-test-bucket/test/test.txt?AWSAccessKeyId=AKXYZ&Expires=1534290845&Signature=XYZ')
8585
res.redirect('s3://my-test-bucket/test/test.txt')
8686
})
8787

0 commit comments

Comments
 (0)