diff --git a/test/WebSites/RazorCompilerCacheWebSite/CompilerCacheController.cs b/test/WebSites/RazorCompilerCacheWebSite/CompilerCacheController.cs index aa5c44f9b8..34f9547c23 100644 --- a/test/WebSites/RazorCompilerCacheWebSite/CompilerCacheController.cs +++ b/test/WebSites/RazorCompilerCacheWebSite/CompilerCacheController.cs @@ -24,7 +24,7 @@ namespace RazorCompilerCacheWebSite [HttpGet("/file")] public IActionResult FileAction() { - return File("readme.md", "application/text"); + return File("HelloWorld.htm", "application/text"); } [HttpGet("/view")]