Skip to content

Commit

Permalink
Drop change in conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent cc60d96 commit c78d744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/platform_helper/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(self):
@pytest.fixture
def fakefs(fs):
"""Mock file system fixture with the templates and schemas dirs retained."""
print(f"BASE_DIR: {BASE_DIR}")
fs.add_real_directory(BASE_DIR / "dbt_platform_helper/templates", lazy_read=True)
fs.add_real_directory(FIXTURES_DIR, lazy_read=True)
fs.add_real_file(BASE_DIR / "dbt_platform_helper/addon-plans.yml")
Expand Down

0 comments on commit c78d744

Please sign in to comment.