Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent 86c161f commit f910f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestCase/AuthSource/Ldap/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function initialize(TestData $testData): void
$this->referrals = $authSourceData->getOptionalBoolean('referrals', false);
$this->debug = $authSourceData->getOptionalBoolean('debug', false);
$this->options = $authSourceData->getOptionalArray(
'opions',
'options',
['network_timeout' => $this->timeout, 'referrals' => $this->referrals],
);

Expand Down

0 comments on commit f910f9d

Please sign in to comment.