mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 20:52:27 +08:00
more hacking
This commit is contained in:
@ -21,7 +21,7 @@ namespace Ocelot.AcceptanceTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void should_return_server_error()
|
||||
public void should_return_internal_server_error_if_downstream_service_returns_internal_server_error()
|
||||
{
|
||||
var configuration = new FileConfiguration
|
||||
{
|
||||
@ -33,8 +33,8 @@ namespace Ocelot.AcceptanceTests
|
||||
UpstreamPathTemplate = "/",
|
||||
UpstreamHttpMethod = "Get",
|
||||
DownstreamPort = 53876,
|
||||
DownstreamHost = "localhost",
|
||||
DownstreamScheme = "http",
|
||||
DownstreamHost = "localhost"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user