This commit is contained in:
@@ -53,6 +53,7 @@ namespace raven_integration
|
||||
|
||||
d.template = dtemplate.ToString();//it expects it to be a json string, not actual json
|
||||
|
||||
ISN"T THIS WRONG? It's a direct array, examine the json here
|
||||
|
||||
//Is there one already?
|
||||
//RETRIEVE
|
||||
@@ -120,7 +121,7 @@ namespace raven_integration
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("FormCustom/AvailableCustomizableFormKeys", await Util.GetTokenAsync("BizAdminFull"));
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
((JArray)a.ObjectResponse["data"]).Count.Should().BeGreaterThan(2);//is 2 as of writing (widget,user)
|
||||
((JArray)a.ObjectResponse["data"]).Count.Should().BeGreaterThan(1);//is 2 as of writing (widget,user)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user