diff --git a/tests/oidc-guard-tests/EndToEnd/Helm.cs b/tests/oidc-guard-tests/EndToEnd/Helm.cs index 200edd7..0454fb1 100644 --- a/tests/oidc-guard-tests/EndToEnd/Helm.cs +++ b/tests/oidc-guard-tests/EndToEnd/Helm.cs @@ -51,7 +51,7 @@ public static async Task DownloadClient() if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { await Cli.Wrap("chmod") - .WithArguments("+x ./kind") + .WithArguments("+x ./helm") .ExecuteAsync(); } }