This commit is contained in:
@@ -448,9 +448,9 @@ namespace raven_integration
|
||||
((JArray)a.ObjectResponse["data"]).Count.Should().Be(3);
|
||||
|
||||
//assert the order returned
|
||||
a.ObjectResponse["data"][0][0]["v"].Value<long>().Should().Be(FirstInOrdertId);
|
||||
a.ObjectResponse["data"][1][0]["v"].Value<long>().Should().Be(SecondInOrderId);
|
||||
a.ObjectResponse["data"][2][0]["v"].Value<long>().Should().Be(ThirdInOrderId);
|
||||
a.ObjectResponse["data"][0][0]["i"].Value<long>().Should().Be(FirstInOrdertId);
|
||||
a.ObjectResponse["data"][1][0]["i"].Value<long>().Should().Be(SecondInOrderId);
|
||||
a.ObjectResponse["data"][2][0]["i"].Value<long>().Should().Be(ThirdInOrderId);
|
||||
|
||||
|
||||
a = await Util.DeleteAsync("User/" + FirstInOrdertId.ToString(), await Util.GetTokenAsync("manager", "l3tm3in"));
|
||||
|
||||
Reference in New Issue
Block a user