Changes from review

This commit is contained in:
jaknapper 2026-05-14 10:52:33 +01:00
parent 5be8b0ecab
commit cbfbd84fa9
7 changed files with 14 additions and 21 deletions

View file

@ -1,7 +1,6 @@
"""Tests that captures have the expected metadata."""
import json
import tempfile
from datetime import datetime
from pathlib import Path
@ -100,8 +99,7 @@ def test_env() -> LabThingsTestEnv:
"stage": DummyStage,
"bg_channel_deviations_luv": ChannelDeviationLUV,
}
app_config = {"data_folder": tempfile.gettempdir()}
with LabThingsTestEnv(things=thing_conf, application_config=app_config) as env:
with LabThingsTestEnv(things=thing_conf) as env:
yield env