diff --git a/tests/conftest.py b/tests/conftest.py index 142d401..66a3e30 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -52,5 +52,6 @@ async def systemdspawner_config(): """ config = Config() config.JupyterHub.spawner_class = "systemd" + config.JupyterHub.cookie_secret = "abc123" return config