mirror of
https://github.com/craigerl/aprsd.git
synced 2026-03-30 19:55:44 -04:00
chore(tests): fix unused variable linter warning in test_stats.py
This commit is contained in:
parent
4ab59c6cf3
commit
bf258e4bcf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user