diff --git a/tests/phpunit/API/JsonApiRequestTest.php b/tests/phpunit/API/JsonApiRequestTest.php index b1e426427a..c49acc48db 100644 --- a/tests/phpunit/API/JsonApiRequestTest.php +++ b/tests/phpunit/API/JsonApiRequestTest.php @@ -124,7 +124,7 @@ public function testJsonApiResponseExcludesFields($route) { } /** - * Test JSON:API responses include certain fields. + * Test JSON:API responses respect field type enhancers. * * @group services * @group all