From e1505a7573f3d22b351d2ea5d19d573be9b51d09 Mon Sep 17 00:00:00 2001 From: Rahul Rudragoudar Date: Sat, 8 Jan 2022 01:37:57 +0530 Subject: [PATCH] Convert playgroundEnabled: bool to string Signed-off-by: Rahul Rudragoudar --- tests/debug-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug-config.json b/tests/debug-config.json index c0d91b4..5704ba4 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -5,7 +5,7 @@ "captchaExpiryTimeLimit" : 5, "throttle" : 10, "threadDelay" : 2, - "playgroundEnabled" : false, + "playgroundEnabled" : "false", "corsHeader" : "*", "maxAttempts" : 20, "captchas" : [ {