Apply suggestions from code review

This commit is contained in:
Ayaz Salikhov
2021-06-27 12:30:07 +03:00
committed by GitHub
parent a3a0a5b54b
commit 532d3734dc
5 changed files with 9 additions and 9 deletions

View File

@@ -11,8 +11,8 @@ LOGGER = logging.getLogger(__name__)
"env,expected_server",
[
(["JUPYTER_ENABLE_LAB=yes"], "lab"),
(None, "notebook")
]
(None, "notebook"),
],
)
def test_start_notebook(container, http_client, env, expected_server):
"""Test the notebook start-notebook script"""