From e4057b0563b3453335b776347c07030dd206f394 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Mon, 2 Sep 2024 14:44:50 +0200 Subject: [PATCH] PAS-572 | Remove default path for mail file provider (#154) --- tests/Passwordless.Tests.Infra/TestApi.cs | 2 -- 1 file changed, 2 deletions(-) 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