Skip to content

Commit b13d87b

Browse files
lint fix
1 parent 4465281 commit b13d87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testacc/resource_oauth_integration_for_custom_clients_acceptance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestAcc_OauthIntegrationForCustomClients_BasicUseCase(t *testing.T) {
8383
HasName(id.Name()).
8484
HasIntegrationType("OAUTH - CUSTOM").
8585
HasCategory("SECURITY").
86-
HasEnabledSnowflakeDefault().
86+
HasEnabled(enabledSnowflakeDefault).
8787
HasComment(""),
8888

8989
assert.Check(resource.TestCheckResourceAttr(basic.ResourceReference(), "describe_output.#", "1")),

0 commit comments

Comments
 (0)