Skip to content

Commit

Permalink
Set cookie_secret so a file doesn't have to be created
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 26, 2023
1 parent bfc63d7 commit 75f6951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ async def systemdspawner_config():
"""
config = Config()
config.JupyterHub.spawner_class = "systemd"
config.JupyterHub.cookie_secret = "abc123"

return config

0 comments on commit 75f6951

Please sign in to comment.