Merge branch 'fix-1217-1' of https://github.com/romainx/docker-stacks into fix-1217-1

This commit is contained in:
romainx
2022-01-20 09:41:07 +01:00

View File

@@ -39,10 +39,10 @@ LOGGER = logging.getLogger(__name__)
def test_start_notebook(
container: TrackedContainer,
http_client: requests.Session,
env: Optional[list],
env: Optional[list[str]],
expected_command: str,
expected_start: bool,
expected_warnings: list,
expected_warnings: list[str],
) -> None:
"""Test the notebook start-notebook script"""
LOGGER.info(