Skip to content

Commit 8be6cdc

Browse files
authored
Fix other BaseTest attribute might be unset when accessing it (#254)
1 parent 5f6f1c1 commit 8be6cdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/helpers/base_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ 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)
106106
self.stack_resources = None
107+
self.stack_name = None
108+
self.output_file_path = None
109+
self.sub_input_file_path = None
107110

108111
def tearDown(self):
109112
if self.stack_name:

0 commit comments

Comments
 (0)