We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cc526 commit 536e650Copy full SHA for 536e650
1 file changed
tests/src/Controller/MetaRefreshTest.php
@@ -52,7 +52,7 @@ protected function setUp(): void
52
'cron' => ['hourly'],
53
'sources' => [
54
[
55
- 'src' => 'https://example.org/simplesaml/module.php/aggregator/?id=kalmarcentral&set=saml2&exclude=norway',
+ 'src' => 'https://nexus.microsoftonline-p.com/federationmetadata/saml20/federationmetadata.xml',
56
],
57
58
'outputFormat' => 'flatfile',
@@ -104,6 +104,5 @@ public function testMetaRefresh(): void
104
$contents = $response->getContents();
105
$this->assertStringContainsString('[metarefresh]: Executing set [example]', $contents);
106
$this->assertStringContainsString('In set [example] loading source', $contents);
107
- $this->assertStringContainsString('attempting to re-use cached metadata', $contents);
108
}
109
0 commit comments