Skip to content

Commit 4912fa6

Browse files
committed
remove reference to email that no longer exists
1 parent c457064 commit 4912fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/phpunit-bootstrap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,15 @@ function getMultipleValueAttributesAndExpectedSSO()
318318
{
319319
return [
320320
[
321-
"REMOTE_USER" => "user2003@org998.test",
321+
"REMOTE_USER" => "user2003@org1.test",
322322
"givenName" => "foo;foo",
323323
"sn" => "bar;bar",
324-
"mail" => "user2003@org998.test;user2003@org998.test",
324+
"mail" => "user2003@org1.test;user2003@org1.test",
325325
],
326326
[
327327
"firstname" => "foo",
328328
"lastname" => "bar",
329-
"mail" => "user2003@org998.test",
329+
"mail" => "user2003@org1.test",
330330
],
331331
];
332332
}

0 commit comments

Comments
 (0)