mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix tests closing properly (#5203)
This commit is contained in:
@@ -210,6 +210,7 @@ class TestAutomatic(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
"""Tear down test data."""
|
||||
self.hass.stop()
|
||||
|
||||
@patch('requests.get', side_effect=mocked_requests)
|
||||
@patch('requests.post', side_effect=mocked_requests)
|
||||
|
||||
Reference in New Issue
Block a user