mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Minor refactorings
This commit is contained in:
@@ -16,6 +16,6 @@ class AuthenticationTest extends ApiTestCase
|
||||
$this->expectException(ClientException::class);
|
||||
$this->expectExceptionCode(self::STATUS_UNAUTHORIZED);
|
||||
|
||||
$this->callApi(self::METHOD_GET, '/rest/v1/short-codes');
|
||||
$this->callApi(self::METHOD_GET, '/short-codes');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user