Skip to content

Commit 5bfb54b

Browse files
committed
post not get
1 parent 1d81d52 commit 5bfb54b

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
@@ -29,7 +29,7 @@ public function testCancelPIRequest()
2929

3030
// Now try to cancel it
3131
try {
32-
http_get(
32+
http_post(
3333
__DIR__ . "/../../webroot/panel/new_account.php",
3434
["cancel" => "true"]
3535
);
@@ -58,7 +58,7 @@ public function testCancelGroupJoinRequest()
5858

5959
// Now try to cancel it
6060
try {
61-
http_get(
61+
http_post(
6262
__DIR__ . "/../../webroot/panel/new_account.php",
6363
["cancel" => "true"]
6464
);

0 commit comments

Comments
 (0)