File tree Expand file tree Collapse file tree
integration/features/identify-account Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ private function getFullLiresignAppFolder(): string {
245245 mkdir ($ path , 0777 , true );
246246 $ user = fileowner (__FILE__ );
247247 chown ($ path , $ user );
248- chgrp ($ path , $ user );
248+ @ chgrp ($ path , $ user );
249249 }
250250 return realpath ($ path );
251251 }
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Feature: search
7070 Scenario : Search account by herself with permission to identify by account
7171 Given as user "admin"
7272 And set the email of user "admin" to "admin@email.tld"
73+ And set the display name of user "admin" to "admin"
7374 And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
7475 | value | (string )[{"name ":"account ","enabled ":true }] |
7576 When sending "get" to ocs "/apps/libresign/api/v1/identify-account/search?search=admin"
You can’t perform that action at this time.
0 commit comments