Skip to content

Commit 52b17da

Browse files
committed
comments
1 parent d9af944 commit 52b17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_workspace_policy_set_exclusion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func testAccCheckTFEWorkspacePolicySetExclusionExists(n string) resource.TestChe
114114
}
115115
}
116116

117-
return fmt.Errorf("excluded workspace (%s) is not attached to policy set (%s)", workspaceExclusionsID, policySetID)
117+
return fmt.Errorf("excluded workspace (%s) is not added to policy set (%s)", workspaceExclusionsID, policySetID)
118118
}
119119
}
120120

0 commit comments

Comments
 (0)