Skip to content

Commit

Permalink
Remove unnecessary fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jul 17, 2024
1 parent 8d9c9b9 commit 3f70c7a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/components/test_kubernetes_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
KubernetesApp,
KubernetesAppValues,
)
from kpops.config import KpopsConfig
from kpops.pipeline import PIPELINE_PATH
from kpops.utils.environment import ENV
from tests.components import PIPELINE_BASE_DIR, RESOURCES_PATH

HELM_RELEASE_NAME = create_helm_release_name("${pipeline.name}-test-kubernetes-app")

Expand All @@ -24,11 +20,6 @@ class KubernetesTestValues(KubernetesAppValues):


class TestKubernetesApp:
@pytest.fixture()
def config(self) -> KpopsConfig:
ENV[PIPELINE_PATH] = str(RESOURCES_PATH / "pipeline.yaml")
return KpopsConfig(pipeline_base_dir=PIPELINE_BASE_DIR)

@pytest.fixture()
def log_info_mock(self, mocker: MockerFixture) -> MagicMock:
return mocker.patch("kpops.components.base_components.kubernetes_app.log.info")
Expand Down

0 comments on commit 3f70c7a

Please sign in to comment.