Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit df2617f

Browse files
committed
Hotfix: fix tests (GH pages change)
1 parent f42e0e5 commit df2617f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/cors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('GET with CORS', function () {
2222
.get('/http://technoboy10.tk/scratch2015.html')
2323
.set('Origin', 'http://example.com')
2424
.expect('Access-Control-Allow-Origin', '*')
25-
.expect(302, done); // For some reason I'm getting 302 statuses instead of 200???
25+
.expect(203, done); // For some reason I'm getting 203 statuses instead of 200
2626
});
2727
});
2828

0 commit comments

Comments
 (0)