Skip to content

Commit

Permalink
Fix import test for sql function
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Dec 19, 2024
1 parent b1e37e9 commit 6c10bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/function_sql_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestAcc_FunctionSql_InlineBasic(t *testing.T) {
ResourceName: functionModel.ResourceReference(),
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{},
ImportStateVerifyIgnore: []string{"is_secure"},
ImportStateCheck: assert.AssertThatImport(t,
resourceassert.ImportedFunctionSqlResource(t, id.FullyQualifiedName()).
HasFullyQualifiedNameString(id.FullyQualifiedName()),
Expand Down

0 comments on commit 6c10bd2

Please sign in to comment.