summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/ItemApiControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controller/ItemApiControllerTest.php')
-rw-r--r--tests/unit/controller/ItemApiControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/controller/ItemApiControllerTest.php b/tests/unit/controller/ItemApiControllerTest.php
index 90f7a9680..7a90f5da4 100644
--- a/tests/unit/controller/ItemApiControllerTest.php
+++ b/tests/unit/controller/ItemApiControllerTest.php
@@ -346,7 +346,6 @@ class ItemApiControllerTest extends ControllerTestUtility {
$response = $this->itemAPI->star();
- $data = $response->getData();
$this->assertEquals(Http::STATUS_OK, $response->getStatus());
}