Skip to content

Commit 37c3fa1

Browse files
committed
fix tests
1 parent 85fc748 commit 37c3fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/TestHelpers/GraphHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static function getEtagRegex(): string {
143143
* @return string
144144
*/
145145
public static function getFederatedUserRegex(): string {
146-
return '^[a-zA-Z_][a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]*(?:@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*(?::\d{1,5})?)?$';
146+
return '[^\s]+';
147147
}
148148

149149
/**

0 commit comments

Comments
 (0)