From a259b5aaff6d2e329c1590bfc617d93a7e4c5b42 Mon Sep 17 00:00:00 2001 From: Simen Rekkedal <61084786+simen-rekkedal@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:22:38 +0100 Subject: [PATCH] Update SystemUserControllerTest.cs --- .../Controllers/SystemUserControllerTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Altinn.Platform.Authentication.Tests/Controllers/SystemUserControllerTest.cs b/test/Altinn.Platform.Authentication.Tests/Controllers/SystemUserControllerTest.cs index cf315278..331173d9 100644 --- a/test/Altinn.Platform.Authentication.Tests/Controllers/SystemUserControllerTest.cs +++ b/test/Altinn.Platform.Authentication.Tests/Controllers/SystemUserControllerTest.cs @@ -279,8 +279,7 @@ private HttpClient GetTestClient(ISblCookieDecryptionService sblCookieDecryption services.AddSingleton(featureManager); } }); - - }).CreateClient(new WebApplicationFactoryClientOptions { AllowAutoRedirect = false}); + }).CreateClient(new WebApplicationFactoryClientOptions { AllowAutoRedirect = false }); return client; }