From e26bd32b2f60ba3571121e3aa6673b4f62d79b09 Mon Sep 17 00:00:00 2001 From: hrj Date: Mon, 4 Apr 2022 20:28:13 +0530 Subject: [PATCH] set size in test config --- tests/debug-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debug-config.json b/tests/debug-config.json index c0d91b4..85b0ba6 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -13,6 +13,7 @@ "allowedLevels" : [ "debug" ], "allowedMedia" : [ "image/png" ], "allowedInputType" : [ "text" ], + "allowedSizes" : [ "350x100" ], "config" : { } }] }