Skip to content

Commit 30ff1af

Browse files
committed
Custom not custom
1 parent e0121a2 commit 30ff1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/LoginShellSetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testSetLoginShellCustom(string $shell): void
3939
// FIXME shell is not validated
4040
post(
4141
__DIR__ . "/../../webroot/panel/account.php",
42-
["form_type" => "loginshell", "shellSelect" => "custom", "shell" => $shell]
42+
["form_type" => "loginshell", "shellSelect" => "Custom", "shell" => $shell]
4343
);
4444
$this->assertEquals($shell, $USER->getLoginShell());
4545
}

0 commit comments

Comments
 (0)