mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
typo
This commit is contained in:
@@ -42,5 +42,5 @@ def test_labextensions():
|
||||
# jupyter labextension lists outputs to stderr
|
||||
out = proc.stderr.decode()
|
||||
enabled_ok_pattern = re.compile(fr"{e}.*enabled.*OK")
|
||||
matches = enabled_ok_pattern.search(proc.stderr.decode())
|
||||
matches = enabled_ok_pattern.search(out)
|
||||
assert matches is not None
|
||||
|
||||
Reference in New Issue
Block a user