Skip to content

Commit

Permalink
Merge pull request #114 from mlabonte-rh/v2.6
Browse files Browse the repository at this point in the history
Fix import path
  • Loading branch information
mlabonte-rh authored Jul 25, 2024
2 parents 936f425 + cb679cb commit 5c2e790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interop/conftest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from validatedpatterns_tests.interop.conftest_logger import * # noqa: F401, F403
from validatedpatterns_tests.interop.conftest_openshift import * # noqa: F401, F403
from validatedpatterns_tests.interop.conftest_openshift import * # noqa: F401, F403
2 changes: 1 addition & 1 deletion tests/interop/test_scale_image_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import time

import pytest
from validatedpatterns_tests.interop.crd import DeploymentConfig

from . import __loggername__
from .crd import DeploymentConfig

logger = logging.getLogger(__loggername__)

Expand Down

0 comments on commit 5c2e790

Please sign in to comment.