Skip to content

Commit 25249f8

Browse files
committed
fix: correct method-of-auth old naming
1 parent 41619e0 commit 25249f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/Functional/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testConfigForm() {
100100
$config->get('admin_password')
101101
);
102102
}
103-
elseif ($config->get("method-of-auth") === "oauth") {
103+
elseif ($config->get("method_of_auth") === "oauth") {
104104
$this->assertSession()->fieldExists('client-id');
105105
$this->assertSession()->fieldValueEquals(
106106
'client-id',

0 commit comments

Comments
 (0)