This commit is contained in:
2019-06-26 00:17:13 +00:00
parent cc059dbd5e
commit 3e0530d007
10 changed files with 152 additions and 92 deletions

View File

@@ -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)
}