Fix UseAzureAppServices_RegisterLogger test
This commit is contained in:
parent
0faf6a21ce
commit
1ca8374028
|
|
@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Hosting.Azure.AppServices.Tests
|
|||
|
||||
mock.Object.UseAzureAppServices();
|
||||
|
||||
mock.Verify(builder => builder.ConfigureLogging(It.IsNotNull<Action<LoggerFactory>>()), Times.Once);
|
||||
mock.Verify(builder => builder.ConfigureLogging(It.IsNotNull<Action<WebHostBuilderContext, LoggerFactory>>()), Times.Once);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue