Skip to content

Commit 3a3bd00

Browse files
committed
update the test
1 parent 0b3995b commit 3a3bd00

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 '(?=(.{4})*$)[A-Za-z0-9+/]*={0,2}$';
146+
return '([0-9a-fA-F-]+)@([A-Za-z0-9.-]+(?::\d+)?$)';
147147
}
148148

149149
/**

0 commit comments

Comments
 (0)