Skip to content

Commit 2f22660

Browse files
Fix/db digest (#217)
* fix: Use image digest for MR DB, fixes disconnected testing Signed-off-by: lugi0 <lgiorgi@redhat.com> * fix: typo in constant import Signed-off-by: lugi0 <lgiorgi@redhat.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: lugi0 <lgiorgi@redhat.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7872a0f commit 2f22660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from tests.model_registry.utils import get_endpoint_from_mr_service, get_mr_service_by_label
1414
from utilities.infra import create_ns
1515
from utilities.constants import Annotations, Protocols
16-
from constants import MR_DB_IMAGE_DIGEST
16+
from .constants import MR_DB_IMAGE_DIGEST
1717

1818

1919
LOGGER = get_logger(name=__name__)

0 commit comments

Comments
 (0)