Skip to content

Commit df3ae54

Browse files
committed
agree not true
1 parent 5bfb54b commit df3ae54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/CancelRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testCancelPIRequest()
3131
try {
3232
http_post(
3333
__DIR__ . "/../../webroot/panel/new_account.php",
34-
["cancel" => "true"]
34+
["cancel" => "agree"]
3535
);
3636
} catch (PhpUnitNoDieException $e) {
3737
// Ignore the exception from http_post
@@ -60,7 +60,7 @@ public function testCancelGroupJoinRequest()
6060
try {
6161
http_post(
6262
__DIR__ . "/../../webroot/panel/new_account.php",
63-
["cancel" => "true"]
63+
["cancel" => "agree"]
6464
);
6565
} catch (PhpUnitNoDieException $e) {
6666
// Ignore the exception from http_post

0 commit comments

Comments
 (0)