Skip to content

Commit c452ecd

Browse files
authored
Fix delete_custom_resource import (#222)
Issue #, if available: Description of changes: Previous import did not work when run in same-level By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 86949bd commit c452ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import random
2424

2525
from acktest.k8s import resource as k8s
26-
from common import config as cfg
26+
from e2e.common import config as cfg
2727

2828

2929
SERVICE_NAME = "sagemaker"

0 commit comments

Comments
 (0)