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 f070a07 commit bded988Copy full SHA for bded988
services/web/server/tests/unit/with_dbs/03/test_session.py
@@ -118,7 +118,7 @@ def test_session_settings(
118
):
119
120
if session_key is not None:
121
- settings = SessionSettings(SESSION_SECRET_KEY=session_key)
+ settings = SessionSettings(WEBSERVER_SESSION_SECRET_KEY=session_key)
122
else:
123
settings = SessionSettings()
124
0 commit comments