diff --git a/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs b/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs index 3b88debfcd..4d2165e8c8 100644 --- a/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs +++ b/test/Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests/Helpers.cs @@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests { public static string GetTestSitesPath() { - return Path.GetFullPath(Path.Combine("..", "..", "..", "TestSites")); + return Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "TestSites")); } } } \ No newline at end of file