We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7670a4d commit b47ee0cCopy full SHA for b47ee0c
test/acceptance/profile.js
@@ -38,7 +38,7 @@ describe('POST /profile/link', () => {
38
.send({ api_key: 'fookey' })
39
.expect('x-app-status', 'failure')
40
.expect('x-app-message', 'link_forbidden')
41
- .expect(403, done);
+ .expect(303, done);
42
});
43
44
it('returns error for linking empty api key', (done) => {
0 commit comments