added Ocelot bulder to try and make adding Ocelot configuration more … (#159)

* added Ocelot bulder to try and make adding Ocelot configuration more idiomatic

* renamed tests
This commit is contained in:
Tom Pallister
2017-11-22 07:07:59 +00:00
committed by GitHub
parent fea88cc036
commit 6289992faa
11 changed files with 464 additions and 324 deletions

View File

@ -173,7 +173,7 @@ namespace Ocelot.AcceptanceTests
.WithDictionaryHandle();
};
s.AddOcelot(configuration, settings);
s.AddOcelot(configuration);
})
.ConfigureLogging(l =>
{