Skip to content

Commit d5849ed

Browse files
committed
agree not true
1 parent df3ae54 commit d5849ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/CancelRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testCancelPIRequest()
1919
try {
2020
http_post(
2121
__DIR__ . "/../../webroot/panel/new_account.php",
22-
["new_user_sel" => "pi", "eula" => "agree", "confirm_pi" => "true"]
22+
["new_user_sel" => "pi", "eula" => "agree", "confirm_pi" => "agree"]
2323
);
2424
} catch (PhpUnitNoDieException $e) {
2525
// Ignore the exception from http_post

0 commit comments

Comments
 (0)