mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix default
This commit is contained in:
parent
4ac7d9626c
commit
bdf28b72df
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user