fix default

This commit is contained in:
Matthias 2022-05-18 02:25:44 +02:00
parent 4ac7d9626c
commit bdf28b72df
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -461,7 +461,7 @@ class TestSettings(TestCase):
"""Patch the env to include the given dict"""
return mock.patch.dict(os.environ, envs)
def run_reload(self, envs):
def run_reload(self, envs={}):
from plugin import registry
with self.in_env_context(envs):