diff --git a/goofy-client/apps/goofy-e2e/src/integration/main-tests/user-profile/user-profile-icon-in-postfach-nachricht-error.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/main-tests/user-profile/user-profile-icon-in-postfach-nachricht-error.e2e-spec.ts index 1303ec69ddecccf0228954e7ec8a5a43056bf7b9..81797b373bc006496f834a41a1a9157a2834e60c 100644 --- a/goofy-client/apps/goofy-e2e/src/integration/main-tests/user-profile/user-profile-icon-in-postfach-nachricht-error.e2e-spec.ts +++ b/goofy-client/apps/goofy-e2e/src/integration/main-tests/user-profile/user-profile-icon-in-postfach-nachricht-error.e2e-spec.ts @@ -70,13 +70,13 @@ describe('Postfach nachricht user profile on backend error', () => { }) }) - describe.skip('FIXME(OZG-2950 UserManager) on status 503', () => { + describe('on status 503', () => { const statusCode: number = 503; const getUserProfileInterceptor: string = 'getUserProfileInterceptor'; beforeEach(() => { - interceptWithResponse(HttpMethodE2E.GET, 'http://localhost:9092/api/userProfiles/*', { + interceptWithResponse(HttpMethodE2E.GET, '/api/userProfiles/*', { statusCode, body: { issues: [{ messageCode: MessageCodeE2E.SERVICE_UNAVAILABLE }] } }).as(getUserProfileInterceptor); })