Skip to content

Commit e345568

Browse files
Merge pull request #969 from aws/GarrettBeatty-patch-3
Update WebAppNoDockerFileTests.cs
2 parents 30a1002 + 39028f4 commit e345568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AWS.Deploy.CLI.IntegrationTests/WebAppNoDockerFileTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public async Task BeanstalkArmDeployment()
172172
await _interactiveService.StdInWriter.WriteAsync(Environment.NewLine); // Confirm selection and deploy
173173
await _interactiveService.StdInWriter.WriteLineAsync("more"); // Select "Environment Architecture"
174174
await _interactiveService.StdInWriter.WriteLineAsync("1"); // Select "EC2 Instance Type"
175-
await _interactiveService.StdInWriter.WriteLineAsync("n"); // Don't select free tier which forces t3.micro to be used instead of t2.micro
175+
await _interactiveService.StdInWriter.WriteLineAsync("y"); // t3.micro is in free tier so use that
176176
await _interactiveService.StdInWriter.WriteLineAsync("1"); // Select "x86_64"
177177
await _interactiveService.StdInWriter.WriteLineAsync("1"); // Select "CPU Cores"
178178
await _interactiveService.StdInWriter.WriteLineAsync("1"); // Select "Instance Memory"

0 commit comments

Comments
 (0)