Skip to content

Commit b356554

Browse files
committed
Fix incorrect error-message
1 parent 28b9ac0 commit b356554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/SimpleSAML/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ public function testGetEndpoints(): void
974974

975975
// define a set of exception messages to expect
976976
$msgs = [
977-
'Expected array or string.',
977+
'The configuration is invalid: Expected an array. Got: integer',
978978
'Expected a string or an array.',
979979
'Missing Location.',
980980
'Location must be a string.',

0 commit comments

Comments
 (0)