mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Added new API test for Options requests
This commit is contained in:
@@ -8,7 +8,7 @@ use ShlinkioTest\Shlink\Common\ApiTest\ApiTestCase;
|
||||
class ListShortUrlsTest extends ApiTestCase
|
||||
{
|
||||
/** @test */
|
||||
public function shortUrlsAreProperlyListed()
|
||||
public function shortUrlsAreProperlyListed(): void
|
||||
{
|
||||
$resp = $this->callApiWithKey(self::METHOD_GET, '/short-urls');
|
||||
$respPayload = $this->getJsonResponsePayload($resp);
|
||||
|
||||
Reference in New Issue
Block a user