Skip to content

Commit 5f6f1c1

Browse files
authored
Fix stack_resources might be unset when accessing it (#252)
1 parent 6ca2b90 commit 5f6f1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/helpers/base_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def tearDownClass(cls):
103103
def setUp(self):
104104
self.deployer = Deployer(self.client_provider.cfn_client)
105105
self.s3_uploader = S3Uploader(self.client_provider.s3_client, self.s3_bucket_name)
106+
self.stack_resources = None
106107

107108
def tearDown(self):
108109
if self.stack_name:

0 commit comments

Comments
 (0)