forked from GNUsocial/gnu-social
AtomPub tests: fix delete test
This commit is contained in:
@@ -157,7 +157,7 @@ class AtomPubClient
|
||||
*/
|
||||
function delete()
|
||||
{
|
||||
$client = $this->httpClient('GET');
|
||||
$client = $this->httpClient('DELETE');
|
||||
$client->setBody($data);
|
||||
$response = $client->send();
|
||||
|
||||
|
Reference in New Issue
Block a user