Replaced hardcoded error response by the use of a problem details action

This commit is contained in:
Alejandro Celaya
2019-11-26 22:18:55 +01:00
parent 3b56fc3760
commit fffb2872ef
3 changed files with 8 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ namespace ShlinkioApiTest\Shlink\Rest\Action;
use GuzzleHttp\RequestOptions;
use Shlinkio\Shlink\TestUtils\ApiTest\ApiTestCase;
class EditShortUrlActionTagsTest extends ApiTestCase
class EditShortUrlTagsActionTest extends ApiTestCase
{
/** @test */
public function notProvidingTagsReturnsBadRequest(): void