We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbeb27 commit 2814d57Copy full SHA for 2814d57
internal/component/database_observability/postgres/component_test.go
@@ -164,16 +164,3 @@ func Test_enableOrDisableCollectors(t *testing.T) {
164
}, actualCollectors)
165
})
166
}
167
-
168
-func Test_DisableQueryRedaction(t *testing.T) {
169
- t.Run("disable_query_redaction defaults to false", func(t *testing.T) {
170
- exampleDBO11yAlloyConfig := `
171
- data_source_name = "postgres://db"
172
- forward_to = []
173
- `
174
175
- var args Arguments
176
- err := syntax.Unmarshal([]byte(exampleDBO11yAlloyConfig), &args)
177
- require.NoError(t, err)
178
- })
179
-}
0 commit comments