deploy
This commit is contained in:
@ -64,9 +64,9 @@ dataTable.Rows.Add(dataRow);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task GetServerResourcesUsingWebRequestAsyncTest()
|
||||
public async Task GetServerResourcesUsingHttpClientAsyncTest()
|
||||
{
|
||||
var model = await SourceHelpers.GetServerResourcesUsingWebRequestAsync("Http://isn.pschneider.fr/index.json");
|
||||
var model = await SourceHelpers.GetServerResourcesAsync("Http://isn.pschneider.fr/index.json");
|
||||
Console.WriteLine(JsonConvert.SerializeObject(model));
|
||||
Assert.NotNull(model.Resources);
|
||||
var pub = model.Resources.FirstOrDefault((r) => r.Type == "PackagePublish/3.5.0");
|
||||
|
Reference in New Issue
Block a user