From a72174721dfe93d53b7acf171398005c04fb8d1e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 8 Nov 2022 15:42:13 +0100
Subject: [PATCH] OZG-2737 OZG-2950 reactivate/adjust e2e test

---
 .../user-profile-icon-in-postfach-nachricht-error.e2e-spec.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 1303ec69dd..81797b373b 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);
 		})
-- 
GitLab