deploy
This commit is contained in:
parent
4191513eef
commit
328f6f166a
3 changed files with 16 additions and 11 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue