Skip to content

Commit 49b4ab1

Browse files
saw-jan2403905
authored andcommitted
test: fix federated user regex
Signed-off-by: Saw-jan <[email protected]>
1 parent 27a59d7 commit 49b4ab1

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 self::getUUIDv4Regex() . '@[a-zA-Z-\.]+(:\d+)?';
146+
return self::getUUIDv4Regex() . '@[a-zA-Z-\\\.]+(:\\\d+)?';
147147
}
148148

149149
/**

0 commit comments

Comments
 (0)