Skip to content

Commit

Permalink
provider/google: cover fix in #5110
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Feb 23, 2016
1 parent 712e82a commit 79dee04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builtin/providers/google/resource_pubsub_subscription_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ resource "google_pubsub_topic" "foobar_sub" {
}
resource "google_pubsub_subscription" "foobar_sub" {
name = "pssub-test-%s"
topic = "${google_pubsub_topic.foobar_sub.name}"
name = "pssub-test-%s"
topic = "${google_pubsub_topic.foobar_sub.name}"
ack_deadline_seconds = 20
}`, acctest.RandString(10), acctest.RandString(10))

0 comments on commit 79dee04

Please sign in to comment.