mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 23:42:55 +00:00
Fix comment
This commit is contained in:
@@ -65,7 +65,7 @@ def test_gid_change(container):
|
|||||||
|
|
||||||
|
|
||||||
def test_nb_user_change(container):
|
def test_nb_user_change(container):
|
||||||
"""Container should change the user name of the default user."""
|
"""Container should change the user name (`NB_USER`) of the default user."""
|
||||||
nb_user = "nayvoj"
|
nb_user = "nayvoj"
|
||||||
running_container = container.run(
|
running_container = container.run(
|
||||||
tty=True,
|
tty=True,
|
||||||
|
Reference in New Issue
Block a user