Refresh process (#8459)
This commit is contained in:
parent
721efd2d48
commit
9791f5e244
|
|
@ -24,6 +24,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
|||
{
|
||||
|
||||
var response = await _fixture.Client.GetAsync("/HelloWorld");
|
||||
_fixture.DeploymentResult.HostProcess.Refresh();
|
||||
var handles = _fixture.DeploymentResult.HostProcess.Modules;
|
||||
|
||||
foreach (ProcessModule handle in handles)
|
||||
|
|
|
|||
Loading…
Reference in New Issue