We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3ae54 commit d5849edCopy full SHA for d5849ed
test/functional/CancelRequestTest.php
@@ -19,7 +19,7 @@ public function testCancelPIRequest()
19
try {
20
http_post(
21
__DIR__ . "/../../webroot/panel/new_account.php",
22
- ["new_user_sel" => "pi", "eula" => "agree", "confirm_pi" => "true"]
+ ["new_user_sel" => "pi", "eula" => "agree", "confirm_pi" => "agree"]
23
);
24
} catch (PhpUnitNoDieException $e) {
25
// Ignore the exception from http_post
0 commit comments