Skip to content

Commit

Permalink
Fix: Acceptance test for the "object_set_value" function
Browse files Browse the repository at this point in the history
  • Loading branch information
refucktor committed Nov 1, 2024
1 parent 6901ffc commit bddbdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/object_set_value_function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestObjectSetValueFunction(t *testing.T) {
}
mockTerraformLocalsTestObject := `locals {
test_object = { key1 = "value1", key2 = true, key3 = 3, key4 = "", key5 = null }
`
}`

resource.UnitTest(t, resource.TestCase{
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
Expand Down

0 comments on commit bddbdff

Please sign in to comment.