diff --git a/tests/Passwordless.Tests.Infra/TestApi.cs b/tests/Passwordless.Tests.Infra/TestApi.cs index a7a897f..7cb63e5 100644 --- a/tests/Passwordless.Tests.Infra/TestApi.cs +++ b/tests/Passwordless.Tests.Infra/TestApi.cs @@ -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