[API] Fixes

This commit is contained in:
Michał Pysiak 2024-08-05 10:23:51 +02:00 committed by Grzegorz Sadowski
parent 144e65a869
commit 1fdbae1f7c

View file

@ -260,7 +260,7 @@ final class TaxonImagesTest extends JsonApiTestCase
$this->client->request(
method: 'DELETE',
uri: sprintf('/api/v2/admin/taxons/%s/images/%s',$taxon->getCode(), $taxonImage->getId()),
uri: sprintf('/api/v2/admin/taxons/%s/images/%s', $taxon->getCode(), $taxonImage->getId()),
server: $header,
);