[Tests] Remove unneeded component teardown

The component fixture calls shutdown so teardown not needed here
This commit is contained in:
Calum Lind 2023-02-28 10:43:45 +00:00
parent d00068423f
commit f67fb4d520
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 0 additions and 3 deletions

View File

@ -68,9 +68,6 @@ class ComponentTesterShutdown(component.Component):
@pytest.mark.usefixtures('component')
class TestComponent:
def tear_down(self):
return component.shutdown()
def test_start_component(self):
def on_start(result, c):
assert c._component_state == 'Started'