Skip to content

Commit

Permalink
fix davUserName config
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Nov 17, 2022
1 parent 55e59d5 commit a46623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gui/shared/scripts/helpers/SetupClientHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def setUpClient(context, username, displayName, confFilePath):
args = {
'displayString': 'Personal' if context.userData['ocis'] else 'ownCloud',
'displayUserName': displayName,
'davUserName': username,
'davUserName': username.lower(),
'displayUserFirstName': displayName.split()[0],
'client_sync_path': syncPath,
'local_server': context.userData['localBackendUrl'],
Expand Down

0 comments on commit a46623e

Please sign in to comment.