Skip to content

Commit 28c60db

Browse files
committed
fix: import RESOURCE_SUFFIX in cleanup_resources.py
1 parent df22788 commit 28c60db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/fixtures/import/cleanup_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313

1414
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
15-
from common import REGION, RESOURCES_FILE, get_control_client, get_account_id
15+
from common import REGION, RESOURCE_SUFFIX, RESOURCES_FILE, get_control_client, get_account_id
1616

1717
import boto3
1818

0 commit comments

Comments
 (0)