From e8fbe84ac801a8ae349e3351c37ffb79184f7fc1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:56:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- jupyterhub/tests/test_spawner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterhub/tests/test_spawner.py b/jupyterhub/tests/test_spawner.py index 635ab093c..7f141e309 100644 --- a/jupyterhub/tests/test_spawner.py +++ b/jupyterhub/tests/test_spawner.py @@ -688,6 +688,7 @@ async def test_group_override_dict_merging(app): assert s.environment["AM_I_USER"] == "yes" assert "AM_I_ADMIN" not in s.environment + async def test_group_override_callable(app): app.load_groups = { "admin": {"users": ["admin"]},