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

Commit

Permalink
Hotfix: fix tests (GH pages change)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperobject committed Jul 27, 2017
1 parent f42e0e5 commit df2617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('GET with CORS', function () {
.get('/http://technoboy10.tk/scratch2015.html')
.set('Origin', 'http://example.com')
.expect('Access-Control-Allow-Origin', '*')
.expect(302, done); // For some reason I'm getting 302 statuses instead of 200???
.expect(203, done); // For some reason I'm getting 203 statuses instead of 200
});
});

Expand Down

0 comments on commit df2617f

Please sign in to comment.