Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Aug 14, 2024
1 parent 412e8a0 commit 31305fa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ func Test_BicepRecipe_LanguageFailure(t *testing.T) {
Code: recipes.RecipeDeploymentFailed,
MessageContains: "failed to deploy recipe",
Details: []step.DeploymentErrorDetail{
// The column index flagged for the error is different depending on what version of the extension is used.
// These values might be different between functional test and long running test runs.
// Instead of hardcoding values, we'll validate that the rest of the message is correct.
{
Code: "DeploymentFailed",
MessageContains: "At least one resource deployment operation failed. Please see the details for the specific operation that failed.",
Expand Down

0 comments on commit 31305fa

Please sign in to comment.