This commit is contained in:
2020-05-30 20:10:41 +00:00
parent 936eee3a24
commit ea894137e9

View File

@@ -124,6 +124,7 @@ namespace raven_integration
{
//get admin log, sb lots of shit
ApiResponse a = await Util.GetAsync($"event-log/userlog?UserId=1&Offset=0&Limit=999", await Util.GetTokenAsync("BizAdminFull"));
Util.ValidateDataReturnResponseOk(a);
((JArray)a.ObjectResponse["data"]["events"]).Count.Should().BeGreaterThan(90);
}