This commit is contained in:
2020-05-14 16:27:30 +00:00
parent cc06c537f8
commit 3378643c8b

View File

@@ -47,6 +47,7 @@ namespace raven_integration
ApiResponse r1 = await Util.PostAsync("widget", await Util.GetTokenAsync("manager", "l3tm3in"), w1.ToString());
Util.ValidateDataReturnResponseOk(r1);
long w1Id = r1.ObjectResponse["data"]["id"].Value<long>();
((long)r1.ObjectResponse["data"]["serial"]).Should().NotBe(0);
dynamic w2 = new JObject();
w2.name = Util.Uniquify("Second Test WIDGET");