We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e97e1 commit 0aef438Copy full SHA for 0aef438
test/integration/auth.test.js
@@ -49,7 +49,7 @@ describe("auth", function () {
49
const res = await chai
50
.request(app)
51
.get("/auth/github/callback")
52
- .query({ code: "codeReturnedByGithub", state: rdsUiUrl, shouldConsole: true })
+ .query({ code: "codeReturnedByGithub", state: rdsUiUrl })
53
.redirects(0);
54
expect(res).to.have.status(302);
55
expect(res.headers.location).to.equal(rdsUiUrl);
0 commit comments