And a commit that I don't know the reason of...

This commit is contained in:
2025-05-12 14:43:47 -04:00
parent 7f7af2f3b4
commit 28dcc6a20d
5 changed files with 8 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ use Siteworxpro\Tests\Unit;
class RoutesControllerTest extends Unit
{
/**
* @throws \JsonException
*/
@@ -157,4 +156,4 @@ class RoutesControllerTest extends Unit
$this->assertEquals(400, $response->getStatusCode());
$this->assertEquals('{"error":"Rule is required"}', (string)$response->getBody());
}
}
}