diff --git a/fixtures/datasources/postgres_pass.yaml b/fixtures/datasources/postgres_pass.yaml index a8b62e0e6..6dd8d3db5 100644 --- a/fixtures/datasources/postgres_pass.yaml +++ b/fixtures/datasources/postgres_pass.yaml @@ -12,10 +12,5 @@ spec: value: postgresadmin password: value: admin123 - query: SELECT current_schemas(true) - display: - template: | - {{- range $r := .results.rows }} - {{- $r.current_schemas}} - {{- end}} + query: SELECT 1 results: 1