mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +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"""
|
"""Patch the env to include the given dict"""
|
||||||
return mock.patch.dict(os.environ, envs)
|
return mock.patch.dict(os.environ, envs)
|
||||||
|
|
||||||
def run_reload(self, envs):
|
def run_reload(self, envs={}):
|
||||||
from plugin import registry
|
from plugin import registry
|
||||||
|
|
||||||
with self.in_env_context(envs):
|
with self.in_env_context(envs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user