Changed api response "result" to "data"

This commit is contained in:
2018-11-07 16:05:21 +00:00
parent e2330974f6
commit 6c7376f2e8
27 changed files with 227 additions and 270 deletions

View File

@@ -37,8 +37,8 @@ namespace raven_integration
Util.ValidateDataReturnResponseOk(a);
a.ObjectResponse["result"]["timestamp"].Should().NotBeNull();
((JArray)a.ObjectResponse["result"]["contexts"]).Count.Should().BeGreaterThan(0);
a.ObjectResponse["data"]["timestamp"].Should().NotBeNull();
((JArray)a.ObjectResponse["data"]["contexts"]).Count.Should().BeGreaterThan(0);