Skip to content

Commit

Permalink
test: new postgres datasource type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Apr 30, 2024
1 parent 2fab33e commit 4088424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
- result.datasource.jsonData.timescaledb == true
- result.datasource.name == 'datasource-postgres'
- result.datasource.orgId == 1
- result.datasource.type == 'postgres'
- result.datasource.type in ['postgres', 'grafana-postgresql-datasource']
- result.datasource.url == 'postgres.company.com:5432'
- result.datasource.user == 'postgres'
- result.datasource.withCredentials == false
Expand Down

0 comments on commit 4088424

Please sign in to comment.