Skip to content

Commit 6ee221b

Browse files
authored
ci: use the expected metadata source there (#2325)
1 parent 9823b28 commit 6ee221b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/SimpleSAML/Metadata/MetaDataStorageHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testCanOverrideHostedIdpOptionsInCaseOfMultipleHostedIdps(): voi
233233
{
234234
$config = [
235235
'metadata.sources' => [
236-
['type' => 'flatfile', 'directory' => __DIR__ . '/test-metadata/source3'],
236+
['type' => 'flatfile', 'directory' => __DIR__ . '/test-metadata/source4'],
237237
],
238238
];
239239

0 commit comments

Comments
 (0)