This commit is contained in:
2020-05-14 16:14:30 +00:00
parent ca51d1e7a0
commit 986ca97f18

View File

@@ -642,6 +642,7 @@ namespace raven_integration
Util.ValidateDataReturnResponseOk(a);
long DuplicateWorkOrderId = a.ObjectResponse["data"]["id"].Value<long>();
DuplicateWorkOrderId.Should().NotBe(WorkOrderId);
((long) a.ObjectResponse["data"]["serial"]).Should().NotBe(0);
// //RETRIEVE WORKORDER AND VALIDATE ENTIRE
// a = await Util.GetAsync("workorder/" + WorkOrderId.ToString(), await Util.GetTokenAsync("manager", "l3tm3in"));