diff --git a/base-notebook/test/test_container_options.py b/base-notebook/test/test_container_options.py index d6d3d800..5ec04f61 100644 --- a/base-notebook/test/test_container_options.py +++ b/base-notebook/test/test_container_options.py @@ -58,7 +58,7 @@ def test_gid_change(container): c.wait(timeout=10) logs = c.logs(stdout=True).decode('utf-8') assert 'gid=100(users)' in logs - assert 'groups=110(jovyan)' in logs + assert 'groups=100(users),110(jovyan)' in logs def test_sudo(container):