Skip to content

Commit

Permalink
Fix TestAccResourceRelease_updateAfterFail test
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Dec 14, 2018
1 parent 29788c8 commit e12727b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/resource_release_test.go
Expand Up @@ -213,12 +213,12 @@ func TestAccResourceRelease_repository_url(t *testing.T) {
func TestAccResourceRelease_updateAfterFail(t *testing.T) {
malformed := `
resource "helm_release" "test" {
name = "malformed"
chart = "stable/nginx-ingress"
set {
name = "controller.podAnnotations.\"prometheus\\.io/scrape\""
value = "true"
}
name = "malformed"
chart = "stable/nginx-ingress"
set {
name = "controller.name"
value = "invalid-$%!-character-for-k8s-label"
}
}
`

Expand Down

0 comments on commit e12727b

Please sign in to comment.