1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-03-31 12:15:34 -04:00

chore(tests): fix unused variable linter warning in test_stats.py

This commit is contained in:
Walter Boring 2026-03-24 12:15:37 -04:00
parent 4ab59c6cf3
commit bf258e4bcf

View File

@ -110,7 +110,7 @@ class TestAPRSDStatsStoreThread(unittest.TestCase):
# Mock the collector and save methods
with (
mock.patch('aprsd.stats.collector.Collector') as mock_collector_class,
mock.patch('aprsd.utils.objectstore.ObjectStoreMixin.save') as mock_save,
mock.patch('aprsd.utils.objectstore.ObjectStoreMixin.save'),
mock.patch.object(thread, 'wait') as mock_wait,
):
# Setup mock collector to return some stats