Skip to content

Commit bded988

Browse files
author
Andrei Neagu
committed
fixed broken tests
1 parent f070a07 commit bded988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_session_settings(
118118
):
119119

120120
if session_key is not None:
121-
settings = SessionSettings(SESSION_SECRET_KEY=session_key)
121+
settings = SessionSettings(WEBSERVER_SESSION_SECRET_KEY=session_key)
122122
else:
123123
settings = SessionSettings()
124124

0 commit comments

Comments
 (0)