Skip to content

Commit

Permalink
fix: Add KFP_API_CONTAINER_NAME in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 27, 2023
1 parent 58d9177 commit 61da1df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charms/kfp-api/tests/unit/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

from charm import ErrorWithStatus, KfpApiOperator

KFP_API_CONTAINER_NAME = "apiserver"


@pytest.fixture()
def mocked_resource_handler(mocker):
Expand Down

0 comments on commit 61da1df

Please sign in to comment.