Skip to content

Commit 536e650

Browse files
committed
Repair test
1 parent 70cc526 commit 536e650

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/src/Controller/MetaRefreshTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function setUp(): void
5252
'cron' => ['hourly'],
5353
'sources' => [
5454
[
55-
'src' => 'https://example.org/simplesaml/module.php/aggregator/?id=kalmarcentral&set=saml2&exclude=norway',
55+
'src' => 'https://nexus.microsoftonline-p.com/federationmetadata/saml20/federationmetadata.xml',
5656
],
5757
],
5858
'outputFormat' => 'flatfile',
@@ -104,6 +104,5 @@ public function testMetaRefresh(): void
104104
$contents = $response->getContents();
105105
$this->assertStringContainsString('[metarefresh]: Executing set [example]', $contents);
106106
$this->assertStringContainsString('In set [example] loading source', $contents);
107-
$this->assertStringContainsString('attempting to re-use cached metadata', $contents);
108107
}
109108
}

0 commit comments

Comments
 (0)