acceptance tests passing after fixing registrations

This commit is contained in:
Tom Gardham-Pallister
2017-02-21 07:39:09 +00:00
parent 2dfdf0bb86
commit bf90b12f2c
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace Ocelot.AcceptanceTests
.Then(x => _steps.ThenTheStatusCodeShouldBe(HttpStatusCode.NotFound))
.BDDfy();
}
[Fact]
public void should_return_response_200_with_simple_url()
{