Skip to content

Commit

Permalink
Update test_metamanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Nov 8, 2023
1 parent a2c17ee commit 41c7998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterfs/tests/test_metamanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def test_resource_validators(tmp_path, jp_fetch, jp_server_config):
},
]
)
names = set(map(lambda r: r["name"], resources))
names = {r["name"] for r in resources if r["init"]}
assert names == {"valid-1", "valid-2"}


Expand Down

0 comments on commit 41c7998

Please sign in to comment.