Skip to content

Commit ae67f81

Browse files
committed
[Test] Make test_ad_integration use the default AdminNodeAmiId
so that the test covers the default values provided by the 1-click template. Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 16db88d commit ae67f81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration-tests/tests/ad_integration/test_ad_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ def _get_stack_parameters(directory_type, vpc_stack, keypair):
183183
{"ParameterKey": "PrivateSubnetOne", "ParameterValue": private_subnet},
184184
{"ParameterKey": "PrivateSubnetTwo", "ParameterValue": private_subnets[0]},
185185
{"ParameterKey": "Keypair", "ParameterValue": keypair},
186-
{
187-
"ParameterKey": "AdminNodeAmiId",
188-
"ParameterValue": "/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2",
189-
},
190186
]
191187
return stack_parameters
192188

0 commit comments

Comments
 (0)