mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
don't need hass in this test
This commit is contained in:
@@ -29,9 +29,6 @@ class TestFilterSensor(unittest.TestCase):
|
||||
with assert_setup_component(0):
|
||||
assert setup_component(self.hass, 'sensor', config)
|
||||
|
||||
self.hass.start()
|
||||
self.hass.block_till_done()
|
||||
|
||||
def test_outlier(self):
|
||||
"""Test if filter outlier works."""
|
||||
config = {
|
||||
|
Reference in New Issue
Block a user