def test_invalid_component(): assert get_component('Foobar') is None
def test_invalid_component(): assert get_component("Foobar") is None