Update express-session-tests to match express-serve-static-core (#39213)

CI didn't encounter the error in #39025 for some reason.
This commit is contained in:
Nathan Shively-Sanders 2019-10-17 09:40:11 -07:00 committed by GitHub
parent 6ec670c7d0
commit 0c600dcb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',