Fix HttpSys Caching_SendFileWithFullContentLength_Cached test (#4630)
This commit is contained in:
parent
429719b91d
commit
a3c99028b2
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
|
|||
|
||||
public ResponseCachingTests()
|
||||
{
|
||||
_absoluteFilePath = Directory.GetFiles(Directory.GetCurrentDirectory()).First();
|
||||
_absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
|
||||
_fileLength = new FileInfo(_absoluteFilePath).Length;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue