Use default resources yaml

This commit is contained in:
2025-02-25 02:21:44 +00:00
parent 19ace1b07d
commit c5106f10a8

View File

@@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
@pytest.fixture
def spec_file():
"""Get content of the v1.yaml spec file."""
with resources.files("tests.client").joinpath("v1.yaml").open("rb") as f:
with resources.files("airflow_mcp_server.resources").joinpath("v1.yaml").open("rb") as f:
return f.read()