realised the user can just set the region..delete time

This commit is contained in:
Tom Gardham-Pallister
2017-06-28 08:17:48 +01:00
parent 0fa759c76c
commit ab953f28fd
10 changed files with 86 additions and 12 deletions

View File

@ -61,7 +61,7 @@ namespace Ocelot.UnitTests.Controllers
private void WhenIGetTheKeys()
{
_result = _controller.Get();
_result = _controller.Get().Result;
}
private void ThenTheKeysAreReturned()