Skip to content

Commit

Permalink
Fix test generate
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jun 26, 2024
1 parent 534b95f commit fb6f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
RESOURCE_PATH = Path(__file__).parent / "resources"


@pytest.mark.usefixtures("mock_env", "load_yaml_file_clear_cache")
@pytest.mark.usefixtures("mock_env", "load_yaml_file_clear_cache", "custom_components")
class TestGenerate:
@pytest.fixture(autouse=True)
def log_info(self, mocker: MockerFixture) -> MagicMock:
Expand Down

0 comments on commit fb6f578

Please sign in to comment.