diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/tests/test_api_v1.php | 1 |
1 files changed, 1 insertions, 0 deletions
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( |