Fix missing constants and test import names

- Add SUBPROCESS_TIMEOUT_SHORT to bluetooth constants
- Fix test imports to use correct constant names

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-21 15:44:53 +00:00
parent 782a179869
commit 3fa5dd3ae1
3 changed files with 9 additions and 7 deletions
+1 -2
View File
@@ -7,9 +7,8 @@ from unittest.mock import MagicMock, patch
from utils.bluetooth.aggregator import DeviceAggregator
from utils.bluetooth.models import BTObservation, BTDeviceAggregate
from utils.bluetooth.constants import (
RSSI_RANGE_BANDS,
MAX_RSSI_SAMPLES,
DEVICE_STALE_SECONDS,
DEVICE_STALE_TIMEOUT as DEVICE_STALE_SECONDS,
)