mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 10:12:51 +08:00
test fails on my mac..
This commit is contained in:
parent
fac2346161
commit
f0dcefff38
@ -63,7 +63,7 @@ namespace Ocelot.IntegrationTests
|
|||||||
this.Given(x => GivenThereIsAConfiguration(configuration))
|
this.Given(x => GivenThereIsAConfiguration(configuration))
|
||||||
.And(x => GivenThereIsAServiceRunningOn("http://localhost:51879"))
|
.And(x => GivenThereIsAServiceRunningOn("http://localhost:51879"))
|
||||||
.And(x => GivenOcelotIsRunning())
|
.And(x => GivenOcelotIsRunning())
|
||||||
.When(x => WhenIGetUrlOnTheApiGatewayMultipleTimesWithDifferentHeaderValues("/", 50))
|
.When(x => WhenIGetUrlOnTheApiGatewayMultipleTimesWithDifferentHeaderValues("/", 100))
|
||||||
.Then(x => ThenTheSameHeaderValuesAreReturnedByTheDownstreamService())
|
.Then(x => ThenTheSameHeaderValuesAreReturnedByTheDownstreamService())
|
||||||
.BDDfy();
|
.BDDfy();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user