mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-05 07:34:49 -04:00
chore(tests): fix unused variable linter warning in test_stats.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user