Skip to content

Commit

Permalink
simplify test assert even more (attempt #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Sep 27, 2022
1 parent 2755638 commit afeac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestStackInitValidation(t *testing.T) {

stdout, stderr := e.RunCommandExpectError("pulumi", "stack", "init", "valid-name")
assert.Equal(t, "", stdout)
assert.Contains(t, stderr, "could not load current project: invalid YAML file")
assert.Contains(t, stderr, "invalid YAML file")
})
}

Expand Down

0 comments on commit afeac6e

Please sign in to comment.