diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 28eb4c3..7f2854b 100644 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -185,7 +185,7 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase $this->module->apiTagUpdate($request, $response); - self::assertEquals('#00ff00ff', $response->get('')['response']->getColor()); + self::assertEquals('#00ff00ff', $response->get('')['response']->color); self::assertEquals(self::$tagId, $response->get('')['response']->getId()); }