Minor refactorings

This commit is contained in:
Alejandro Celaya
2019-01-27 10:30:38 +01:00
parent f467bed24c
commit 558e259b84
5 changed files with 14 additions and 5 deletions

View File

@@ -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');
}
}