Skip to content

Commit f4c9169

Browse files
committed
small change
1 parent 1c3c6f9 commit f4c9169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfe/resource_tfe_project_policy_set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func testAccTFEProjectPolicySet_basic(orgName string, prjID string) string {
170170
return testAccTFEProjectPolicySet_base(orgName) + fmt.Sprintf(`
171171
resource "tfe_project_policy_set" "test" {
172172
policy_set_id = tfe_policy_set.test.id
173-
project_id = "%s"
173+
project_id = "%s"
174174
}
175175
`, prjID)
176176
}

0 commit comments

Comments
 (0)