This commit is contained in:
2020-01-07 21:15:03 +00:00
parent c37300a816
commit 11ba3c5a71
2 changed files with 10 additions and 4 deletions

View File

@@ -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);
}