This commit is contained in:
@@ -35,7 +35,7 @@ namespace raven_integration
|
||||
Util.ValidateHTTPStatusCode(a, 200);
|
||||
|
||||
((JArray)a.ObjectResponse["data"]).Count.Should().BeGreaterThan(5);
|
||||
a.ObjectResponse["data"][3]["name"].Value<string>().Should().Be("Client user");
|
||||
a.ObjectResponse["data"][3]["name"].Value<string>().Should().Be("Customer user");
|
||||
a.ObjectResponse["data"][3]["id"].Value<int>().Should().Be(4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user