Skip to content

Commit

Permalink
Update SystemUserControllerTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
simen-rekkedal committed Nov 9, 2023
1 parent 7a2dd5d commit a259b5a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ private HttpClient GetTestClient(ISblCookieDecryptionService sblCookieDecryption
services.AddSingleton(featureManager);
}
});

}).CreateClient(new WebApplicationFactoryClientOptions { AllowAutoRedirect = false});
}).CreateClient(new WebApplicationFactoryClientOptions { AllowAutoRedirect = false });

return client;
}
Expand Down

0 comments on commit a259b5a

Please sign in to comment.