Add missing quotation marks to compute_ssl_certificate tests (#2042)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2018-09-14 13:30:33 -07:00 committed by Riley Karson
parent 35e9b16583
commit dc27ea8e49

View File

@ -78,7 +78,7 @@ func TestAccComputeSslCertificate_name_prefix(t *testing.T) {
ResourceName: "google_compute_ssl_certificate.foobar",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"private_key, name_prefix"},
ImportStateVerifyIgnore: []string{"private_key", "name_prefix"},
},
},
})