Skip to content

Commit 11dad26

Browse files
committed
typo
1 parent 059d77c commit 11dad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/QualifyUserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private function requestGroupMembership(string $gid_or_mail)
3838
private function cancelRequestGroupMembership($gid)
3939
{
4040
http_post(__DIR__ . "/../../webroot/panel/groups.php", [
41-
"form_type" => "cancelPIform",
41+
"form_type" => "cancelPIForm",
4242
"pi" => $gid,
4343
]);
4444
}

0 commit comments

Comments
 (0)