Fix failing plugin test

This commit is contained in:
GeorgianaElena
2020-01-13 18:38:47 +02:00
parent c6e6d6d4ae
commit 92c74d157f
2 changed files with 10 additions and 4 deletions

View File

@@ -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)