summaryrefslogtreecommitdiffstats
path: root/tests/unit/external/FolderAPITest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/external/FolderAPITest.php')
-rw-r--r--tests/unit/external/FolderAPITest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/external/FolderAPITest.php b/tests/unit/external/FolderAPITest.php
index 60ab40a81..8aef3d3f1 100644
--- a/tests/unit/external/FolderAPITest.php
+++ b/tests/unit/external/FolderAPITest.php
@@ -80,7 +80,7 @@ class FolderAPITest extends ControllerTestUtility {
private function assertDefaultAnnotations($methodName){
$annotations = array('IsAdminExemption', 'IsSubAdminExemption',
- 'Ajax', 'CSRFExemption');
+ 'Ajax', 'CSRFExemption', 'API');
$this->assertAnnotations($this->folderAPI, $methodName, $annotations);
}