From 364e5de01219faab11d72e7a397e5461581b82a9 Mon Sep 17 00:00:00 2001 From: rigzba21 Date: Fri, 6 Aug 2021 12:11:30 -0400 Subject: [PATCH] updating test description --- base-notebook/test/test_container_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-notebook/test/test_container_options.py b/base-notebook/test/test_container_options.py index c0d163c7..c07364ec 100644 --- a/base-notebook/test/test_container_options.py +++ b/base-notebook/test/test_container_options.py @@ -189,8 +189,8 @@ def test_group_add(container, tmpdir): assert "uid=1010 gid=1010 groups=1010,100(users)" in logs def test_container_not_delete_bind_mount(container, tmp_path): - """Container should not delete files when using the -v bind mount flag - and mappint to /home/jovyan. + """Container should not delete host system files when using the (docker) + -v bind mount flag and mapping to /home/jovyan. """ d = tmp_path / "data" d.mkdir()