Skip to content

Commit 16a4aac

Browse files
Fix import
1 parent 930d6a0 commit 16a4aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def mock_run(command, ok_message='', error_message='', print_output=False, print
946946
utils.cleanup_deployment('test-deployment') # Should not raise
947947

948948
# Test cleanup_infra_deployments with INFRASTRUCTURE enum (correct function name and parameter type)
949-
from shared.python.apimtypes import INFRASTRUCTURE
949+
from apimtypes import INFRASTRUCTURE
950950
utils.cleanup_infra_deployments(INFRASTRUCTURE.SIMPLE_APIM) # Should not raise
951951

952952
# Test cleanup_deployment with string

0 commit comments

Comments
 (0)