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

Commit

Permalink
technoboy10.tk doesn't exist anymore :/
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperobject committed Jul 27, 2017
1 parent df2617f commit 49632f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/cors.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ describe('GET with CORS', function () {

it('should not fail on sites that have CORS enabled', function (done) {
server
.get('/http://technoboy10.tk/scratch2015.html')
.get('/http://technoboy10.github.io/scratch2015.html')
.set('Origin', 'http://example.com')
.expect('Access-Control-Allow-Origin', '*')
.expect(203, done); // For some reason I'm getting 203 statuses instead of 200
.expect(302, done); // For some reason I'm getting 203 statuses instead of 200
});
});

Expand Down

0 comments on commit 49632f1

Please sign in to comment.