Skip to content

Commit 69ab76a

Browse files
committed
fix(aws): complete instance_profile->machine_role rename
Finish the instance_profile->machine_role rename in base context flags that was missed in the earlier AWS handler migration.
1 parent aeda63d commit 69ab76a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/providers/aws/unit/test_base_context_mixin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def test_prepare_standard_flags_minimal(self):
214214
self.template.subnet_ids = None
215215
self.template.security_group_ids = None
216216
self.template.instance_types = None
217+
self.template.machine_role = None
217218

218219
result = self.mixin._prepare_standard_flags(self.template)
219220

0 commit comments

Comments
 (0)