mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Fix second test_gid_change expectation
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user