Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaSch0212 committed Jun 2, 2024
1 parent ae46f5f commit 0eac971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MinigolfFriday.IntegrationTests/Sut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static async Task<AppContainer> CreateContainerAsync()
var tokenExpiration = TimeSpan.FromSeconds(Random.Shared.Next(300, 180000));
var container = new ContainerBuilder()
.WithImage("masch0212/minigolf-friday:intttest")
.WithPortBinding(80)
.WithPortBinding(80, true)
.WithEnvironment("LOGGING__LOGLEVEL__MICROSOFT.ASPNETCORE", "Information")
.WithEnvironment("LOGGING__ENABLEDBLOGGING", "true")
.WithEnvironment("AUTHENTICATION__JWT__EXPIRATION", tokenExpiration.ToString())
Expand Down

0 comments on commit 0eac971

Please sign in to comment.