Skip to content

Commit

Permalink
Merge pull request #1261 from DFE-Digital/feature/shared-session-redis
Browse files Browse the repository at this point in the history
Fixed integration tests
  • Loading branch information
mshakirdfe authored Jan 16, 2025
2 parents adb6d07 + ada67d5 commit 1a14707
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ protected override void ConfigureWebHost(IWebHostBuilder builder)
{ "TramsApi:Endpoint", _mockApiServer.Url },
{ "AcademisationApi:BaseUrl", _mockApiServer.Url },
{ "AzureAd:AllowedRoles", string.Empty }, // Do not restrict access for integration test
{ "ServiceLink:TransfersUrl", "https://an-external-service.com/" }
{ "ServiceLink:TransfersUrl", "https://an-external-service.com/" },
{ "ConnectionStrings:RedisCache", "localhost:6379" }
})
.AddEnvironmentVariables();
});
Expand Down

0 comments on commit 1a14707

Please sign in to comment.