diff --git a/src/Tribufu.Proxmox.Tests/Program.cs b/src/Tribufu.Proxmox.Tests/Program.cs index b2fe8f3..3afe31d 100644 --- a/src/Tribufu.Proxmox.Tests/Program.cs +++ b/src/Tribufu.Proxmox.Tests/Program.cs @@ -7,7 +7,7 @@ namespace Tribufu.Proxmox.Tests { public static class Program { - public static async Task Main(string[] args) + public static async Task Main() { DotEnv.Load(new DotEnvOptions(ignoreExceptions: true, envFilePaths: [".env", "../../.env"]));