mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fixup formatting for serverextensions test
This commit is contained in:
@@ -125,4 +125,4 @@ def test_serverextensions():
|
|||||||
]
|
]
|
||||||
|
|
||||||
for e in extensions:
|
for e in extensions:
|
||||||
assert '{} ^[[32mOK^[[0m' in e.stderr.decode()
|
assert '{} \x1b[32mOK\x1b[0m'.format(e) in proc.stderr.decode()
|
||||||
|
|||||||
Reference in New Issue
Block a user