Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2024
1 parent 8564ff0 commit e8fbe84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterhub/tests/test_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
Expand Down

0 comments on commit e8fbe84

Please sign in to comment.