mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 05:48:16 +08:00
Updated error handling code and readme to indicate how logging works for Ocelot
This commit is contained in:
@ -16,7 +16,7 @@ namespace Ocelot.UnitTests.Configuration
|
||||
|
||||
public ConfigurationValidationTests()
|
||||
{
|
||||
_configurationValidator = new ConfigurationValidator();
|
||||
_configurationValidator = new YamlConfigurationValidator();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Reference in New Issue
Block a user