diff --git a/tests/test_collector/test_cli.py b/tests/test_collector/test_cli.py index 4a0bd8a..df52271 100644 --- a/tests/test_collector/test_cli.py +++ b/tests/test_collector/test_cli.py @@ -52,7 +52,10 @@ class TestCollectorGroup: patch("meshcore_hub.collector.cli._run_collector_service"), ): result = runner.invoke( - collector, ["--data-home", "/custom/data"], catch_exceptions=False + collector, + ["--data-home", "/custom/data"], + catch_exceptions=False, + env={"SEED_HOME": None}, ) assert result.exit_code == 0