diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/atompub/atompub_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atompub/atompub_test.php b/tests/atompub/atompub_test.php index 389fd12c4..36a1ceec2 100644 --- a/tests/atompub/atompub_test.php +++ b/tests/atompub/atompub_test.php @@ -157,7 +157,7 @@ class AtomPubClient */ function delete() { - $client = $this->httpClient('GET'); + $client = $this->httpClient('DELETE'); $client->setBody($data); $response = $client->send(); |