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

Commit 49632f1

Browse files
committed
technoboy10.tk doesn't exist anymore :/
1 parent df2617f commit 49632f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/cors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ describe('GET with CORS', function () {
1919

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

0 commit comments

Comments
 (0)