Changed api response "result" to "data"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user