This commit is contained in:
2019-01-16 22:50:47 +00:00
parent fd2b46cc59
commit bebbbb3613
5 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ namespace raven_integration
//CREATE attempt with broken rules
dynamic d = new JObject();
d.name = Util.Uniquify("BusinessRuleNameMustBeUnique TEST WIDGET");
d.notes="blah";
d.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
d.created = DateTime.Now.ToString();
d.dollarAmount = 1.11m;
d.active = true;