mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-19 13:02:41 +08:00
Updated packages (#1133)
* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
This commit is contained in:
@@ -161,7 +161,7 @@ namespace Ocelot.IntegrationTests
|
||||
text = File.ReadAllText(configurationPath);
|
||||
}
|
||||
|
||||
public async Task WhenIGetUrlOnTheApiGateway(string url)
|
||||
private async Task WhenIGetUrlOnTheApiGateway(string url)
|
||||
{
|
||||
var request = new HttpRequestMessage(HttpMethod.Get, url);
|
||||
_response = await _httpClient.SendAsync(request);
|
||||
|
Reference in New Issue
Block a user