mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix failing plugin test
This commit is contained in:
@@ -51,4 +51,4 @@ def tljh_post_install():
|
||||
@hookimpl
|
||||
def tljh_new_user_create(username):
|
||||
with open('test_new_user_create', 'w') as f:
|
||||
f.write("a new userfile")
|
||||
f.write(username)
|
||||
|
||||
Reference in New Issue
Block a user