We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d61ff commit 2db56e6Copy full SHA for 2db56e6
1 file changed
tests/src/Auth/Process/FticksTest.php
@@ -136,7 +136,7 @@ public function testAsIdentityProvider(): void
136
$request = array_merge(self::$minRequest, self::$idpRequest, [
137
'Attributes' => [
138
'uid' => 'user1@example.org', /* deliberately not an array to test different code path */
139
- ]
+ ],
140
]);
141
$pattern1 = preg_quote(
142
'F-TICKS/ACME/1.0#RESULT=OK#AP=https://localhost/sp#RP=https://localhost/idp#CSI=CL',
0 commit comments