This commit is contained in:
@@ -17,7 +17,7 @@ namespace raven_integration
|
||||
[Fact]
|
||||
public async void TextMetricsShouldFetch()
|
||||
{
|
||||
ApiTextResponse t = await Util.GetTextResultAsync("Metrics/TextSnapShot", await Util.GetTokenAsync("OpsAdminFull"));
|
||||
ApiTextResponse t = await Util.GetTextResultAsync("metric/textsnapshot", await Util.GetTokenAsync("OpsAdminFull"));
|
||||
|
||||
Util.ValidateHTTPStatusCode(t, 200);
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace raven_integration
|
||||
[Fact]
|
||||
public async void JsonMetricsShouldFetch()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("Metrics/JsonSnapShot", await Util.GetTokenAsync("OpsAdminFull"));
|
||||
ApiResponse a = await Util.GetAsync("metric/jsonsnapshot", await Util.GetTokenAsync("OpsAdminFull"));
|
||||
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user