Skip to content

Commit

Permalink
fixed user attribute default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnb-devoted committed Nov 18, 2022
1 parent edfe68d commit 2b5faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/looker/resource_user_attribute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestAcc_UserAttributeWithDefaultValue(t *testing.T) {
name := acctest.RandStringFromCharSet(10, acctest.CharSetAlpha)
type1 := "advanced_filter_string"
type2 := "advanced_filter_number"
defaultValue1 := "%, NULL"
defaultValue1 := "FOO, NULL"
defaultValue2 := "<0, >=0, NULL"

resource.ParallelTest(t, resource.TestCase{
Expand Down

0 comments on commit 2b5faf9

Please sign in to comment.