String: Fix TypeError.

This commit is contained in:
Valentin Lorentz 2021-09-21 21:41:25 +02:00
parent f468557899
commit 4d974869f9
1 changed files with 1 additions and 1 deletions

View File

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