File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/Ocelot.AcceptanceTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void should_return_bad_gateway_error_if_downstream_service_doesnt_respond
35
35
new FileHostAndPort
36
36
{
37
37
Host = "localhost" ,
38
- Port = 53876 ,
38
+ Port = 53877 ,
39
39
} ,
40
40
} ,
41
41
DownstreamScheme = "http" ,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public void should_not_dangerous_accept_any_server_certificate_validator()
89
89
. And ( x => _steps . GivenThereIsAConfiguration ( configuration ) )
90
90
. And ( x => _steps . GivenOcelotIsRunning ( ) )
91
91
. When ( x => _steps . WhenIGetUrlOnTheApiGateway ( "/" ) )
92
- . Then ( x => _steps . ThenTheStatusCodeShouldBe ( HttpStatusCode . InternalServerError ) )
92
+ . Then ( x => _steps . ThenTheStatusCodeShouldBe ( HttpStatusCode . BadGateway ) )
93
93
. BDDfy ( ) ;
94
94
}
95
95
You can’t perform that action at this time.
0 commit comments