Skip to content

Commit

Permalink
PAS-572 | Remove default path for mail file provider (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Sep 2, 2024
1 parent 0363bc3 commit e4057b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Passwordless.Tests.Infra/TestApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public TestApi()
.WithEnvironment("ASPNETCORE_HTTP_PORTS", ApiPort.ToString(CultureInfo.InvariantCulture))
// We need the management key to create apps
.WithEnvironment("PasswordlessManagement__ManagementKey", ManagementKey)
// Set the mail sink file path to a known value
.WithEnvironment("Mail__File__Path", "mail.md")
.WithPortBinding(ApiPort, true)
// Wait until the API is launched, has performed migrations, and is ready to accept requests
.WithWaitStrategy(Wait
Expand Down

0 comments on commit e4057b0

Please sign in to comment.