Skip to content

Commit 5208b04

Browse files
committed
Fix overseen test
1 parent 6138bee commit 5208b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/saml/src/Auth/Source/SPTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public function testAuthnContextClassRef(): void
245245
$a = $ar->getRequestedAuthnContext();
246246
$this->assertEquals(
247247
($state['saml:AuthnContextClassRef'])->getContent(),
248-
$a->getRequestedAuthnContexts()[0]->getContent(),
248+
$a[0]->getContent(),
249249
);
250250

251251
$xml = $ar->toSignedXML();

0 commit comments

Comments
 (0)