Update integration tests for application_config
This commit is contained in:
parent
7e4ec53d78
commit
ec27b7d5c5
2 changed files with 9 additions and 2 deletions
|
|
@ -33,7 +33,10 @@ def test_env():
|
|||
"""Yield a server with a very basic configuration."""
|
||||
with open(SIM_CONFIG, "r", encoding="utf-8") as f_obj:
|
||||
config_dict = json.load(f_obj)
|
||||
with LabThingsTestEnv(things=config_dict["things"]) as env:
|
||||
with LabThingsTestEnv(
|
||||
things=config_dict["things"],
|
||||
application_config=config_dict["application_config"],
|
||||
) as env:
|
||||
yield env
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue