Skip to content

Commit 94e8f9a

Browse files
committed
Separate Unit tests to own Test func
Signed-off-by: Timo Sand <[email protected]>
1 parent 450176c commit 94e8f9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

github/resource_github_actions_organization_secret_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ func TestAccGithubActionsOrganizationSecret(t *testing.T) {
143143
},
144144
})
145145
})
146+
}
146147

147-
// Unit tests for drift detection behavior
148+
func TestGithubActionsOrganizationSecret_DestroyOnDrift(t *testing.T) {
148149
t.Run("destroyOnDrift false clears sensitive values instead of recreating", func(t *testing.T) {
149150
originalTimestamp := "2023-01-01T00:00:00Z"
150151
newTimestamp := "2023-01-02T00:00:00Z"

0 commit comments

Comments
 (0)