Skip to content

Commit

Permalink
Update express-session-tests to match express-serve-static-core (Defi…
Browse files Browse the repository at this point in the history
…nitelyTyped#39213)

CI didn't encounter the error in DefinitelyTyped#39025 for some reason.
  • Loading branch information
sandersn committed Oct 17, 2019
1 parent 6ec670c commit 0c600dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/express-session/express-session-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const app = express();

app.use(session({
secret: 'keyboard cat',
cookie: { secure: 'auto' }
cookie: { secure: true }
}));
app.use(session({
secret: 'keyboard cat',
Expand Down

0 comments on commit 0c600dc

Please sign in to comment.