From 3736d8e72fc0d451f04ee953e66471a7332c431b Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 11 Sep 2024 14:38:54 -0700 Subject: [PATCH] remove dbt-core ref --- tests/unit/fixtures/profiles.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/fixtures/profiles.py b/tests/unit/fixtures/profiles.py index 7c125a00f..c5f24581e 100644 --- a/tests/unit/fixtures/profiles.py +++ b/tests/unit/fixtures/profiles.py @@ -1,5 +1,4 @@ import pytest -from dbt.config import RuntimeConfig from tests.unit.utils import config_from_parts_or_dicts @@ -20,7 +19,7 @@ def base_project_cfg(): @pytest.fixture(scope="session", autouse=True) -def target_http(base_project_cfg) -> RuntimeConfig: +def target_http(base_project_cfg): config = config_from_parts_or_dicts( base_project_cfg, {