Skip to content

Commit a0d4338

Browse files
committed
Fix intergration test.
1 parent 0eb6853 commit a0d4338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/postgres_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func TestIntegration_InAny_PGX(t *testing.T) {
185185
t.Fatal(err)
186186
}
187187

188-
c, _ := filter.NewConverter()
188+
c, _ := filter.NewConverter(filter.WithAllowAllColumns())
189189
in := `{
190190
"role": { "$in": ["guest", "user"] }
191191
}`

0 commit comments

Comments
 (0)