From e9cc4cfd4ffd96448fff2578fbad5102aae8b656 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 25 Apr 2015 17:08:06 +0200 Subject: test: test_callPrivateEndpointsWithoutApikey add user/delete_apikey Signed-off-by: Florian Pritz --- application/tests/test_api_v1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/tests/test_api_v1.php b/application/tests/test_api_v1.php index 524eaae1b..b39d5d44c 100644 --- a/application/tests/test_api_v1.php +++ b/application/tests/test_api_v1.php @@ -71,6 +71,7 @@ class test_api_v1 extends Test { "file/create_multipaste", "user/apikeys", "user/create_apikey", + "user/delete_apikey", ); foreach ($endpoints as $endpoint) { $ret = $this->CallEndpoint("POST", $endpoint, array( -- cgit v1.2.3-24-g4f1b