Skip to content

Commit

Permalink
Merge pull request #2314 from modular-magician/codegen-pr-603
Browse files Browse the repository at this point in the history
fix forwarding tests after label removal
  • Loading branch information
chrisst authored Oct 26, 2018
2 parents 4a1f514 + 41cc4e0 commit 060de60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/resource_compute_forwarding_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ resource "google_compute_forwarding_rule" "foobar" {
name = "%s"
port_range = "80-81"
target = "${google_compute_target_pool.foo-tp.self_link}"
labels = {"foo" = "bar"}
}
`, poolName, ruleName)
}
Expand All @@ -177,7 +176,6 @@ resource "google_compute_forwarding_rule" "foobar" {
name = "%s"
port_range = "80-81"
target = "${google_compute_target_pool.bar-tp.self_link}"
labels = {"baz" = "qux"}
}
`, poolName, poolName, ruleName)
}
Expand Down

0 comments on commit 060de60

Please sign in to comment.