mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Error in import user tests
This commit is contained in:
parent
6e880c8219
commit
ad73c29dad
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def test_del_user(mocker):
|
|||
|
||||
def test_import_user(mocker):
|
||||
import csv
|
||||
from io import BytesIO
|
||||
from io import StringIO
|
||||
fieldnames = [u'username', u'firstname', u'lastname', u'password',
|
||||
u'mailbox-quota', u'mail', u'mail-alias', u'mail-forward',
|
||||
u'groups']
|
||||
|
|
Loading…
Add table
Reference in a new issue