Skip to content

Commit

Permalink
commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 14, 2024
1 parent fa3e83a commit bb5d510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public async Task BeanstalkArmDeployment()

// Arrange input for delete
// Use --silent flag to delete without user prompts
var deleteArgs = new[] { "delete-deployment", _stackName, "--diagnostics" };
var deleteArgs = new[] { "delete-deployment", _stackName, "--diagnostics", "--silent" };

// Delete
Assert.Equal(CommandReturnCodes.SUCCESS, await _app.Run(deleteArgs)); ;
Expand Down

0 comments on commit bb5d510

Please sign in to comment.