|
|
@@ -170,7 +170,7 @@ export class ApiResponseAssertions {
|
|
|
*/
|
|
|
static expectNotFound(response: { status: number; data: any }): void {
|
|
|
IntegrationTestAssertions.expectStatus(response, 404);
|
|
|
- IntegrationTestAssertions.expectErrorResponse(response, 'Not found');
|
|
|
+ IntegrationTestAssertions.expectErrorResponse(response, 'not found');
|
|
|
}
|
|
|
|
|
|
/**
|