tests showing how this could work (#241)

* tests showing how this could work

* test passing

* test needs work

* skip test as doesnt really do anything
This commit is contained in:
Tom Pallister
2018-02-21 18:54:11 +00:00
committed by GitHub
parent bf3188020a
commit 1e48a97294
3 changed files with 115 additions and 9 deletions

View File

@ -42,7 +42,6 @@ namespace Ocelot.Errors.Middleware
_logger.LogDebug("ocelot pipeline started");
await _next.Invoke(context);
}
catch (Exception e)
{