Skip to content

Commit 0de1236

Browse files
committed
remove extra sprintf argument
1 parent 7d07a58 commit 0de1236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/kms/data_source_google_kms_crypto_key_version_latest_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ func testAccDataSourceGoogleKmsCryptoKeyVersionLatest_basic(kmsKey string) strin
4444
data "google_kms_crypto_key_version_latest" "version_latest" {
4545
crypto_key = "%s"
4646
}
47-
`, kmsKey, kmsKey)
47+
`, kmsKey)
4848
}

0 commit comments

Comments
 (0)