From 4d974869f99965aa20f528764a9ba25130481751 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 21 Sep 2021 21:41:25 +0200 Subject: [PATCH] String: Fix TypeError. --- plugins/String/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/String/test.py b/plugins/String/test.py index c644dcf59..56fb3af5f 100644 --- a/plugins/String/test.py +++ b/plugins/String/test.py @@ -79,7 +79,7 @@ class StringTestCase(PluginTestCase): plugins = ('String', 'Format', 'Status') config = { - 'plugins.String.re.timeout': '2' # flaky on busy CIs otherwise + 'plugins.String.re.timeout': 2. # flaky on busy CIs otherwise } def testLen(self):