mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Fix style in tests
This commit is contained in:
@@ -26,7 +26,8 @@ def test_check_extension(container, extension):
|
||||
"""
|
||||
LOGGER.info(f"Checking the extension: {extension} ...")
|
||||
c = container.run(
|
||||
tty=True, command=["start.sh", "jupyter", "labextension", "check", extension]
|
||||
tty=True,
|
||||
command=["start.sh", "jupyter", "labextension", "check", extension]
|
||||
)
|
||||
rv = c.wait(timeout=10)
|
||||
logs = c.logs(stdout=True).decode("utf-8")
|
||||
|
Reference in New Issue
Block a user