Skip to content

Commit

Permalink
build: update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 17, 2021
1 parent b35773c commit eee93a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"after": "0.8.2",
"connect-redis": "3.4.2",
"cookie-parser": "1.4.6",
"cookie-session": "1.4.0",
"cookie-session": "2.0.0",
"ejs": "3.1.6",
"eslint": "7.32.0",
"express-session": "1.17.0",
"express-session": "1.17.2",
"hbs": "4.2.0",
"istanbul": "0.4.5",
"marked": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/cookie-sessions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('cookie-sessions', function () {
it('should set a session cookie', function (done) {
request(app)
.get('/')
.expect('Set-Cookie', /express:sess=/)
.expect('Set-Cookie', /session=/)
.expect(200, done)
})

Expand Down

0 comments on commit eee93a2

Please sign in to comment.