We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae026c commit a3d767bCopy full SHA for a3d767b
1 file changed
github/resource_github_actions_secret_validation_test.go
@@ -10,7 +10,7 @@ func TestResourceGithubActionsSecretValidation(t *testing.T) {
10
resource := resourceGithubActionsSecret()
11
12
// Verify the resource does NOT have an Update function since all fields are ForceNew
13
- if resource.Update != nil {
+ if resource.UpdateContext != nil || resource.UpdateWithoutTimeout != nil {
14
t.Fatal("github_actions_secret resource should not have an Update function when all fields are ForceNew")
15
}
16
0 commit comments