diff --git a/dotnet/src/SemanticKernel.IntegrationTests/WebSkill/WebSkillTests.cs b/dotnet/src/SemanticKernel.IntegrationTests/WebSkill/WebSkillTests.cs index b6ca374f54cc..371243feaaef 100644 --- a/dotnet/src/SemanticKernel.IntegrationTests/WebSkill/WebSkillTests.cs +++ b/dotnet/src/SemanticKernel.IntegrationTests/WebSkill/WebSkillTests.cs @@ -74,7 +74,7 @@ public async Task WebFileDownloadSkillFileTestAsync() contextVariables.Set(WebFileDownloadSkill.Parameters.FilePath, fileWhereToSaveWebPage); // Act - await kernel.RunAsync(contextVariables, download["DownloadToFileAsync"]); + await kernel.RunAsync(contextVariables, download["DownloadToFile"]); // Assert var fileInfo = new FileInfo(fileWhereToSaveWebPage);