This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user