Skip to content

Commit

Permalink
check that data source has been provisioned
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 8, 2024
1 parent d37f5d1 commit c1d974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Wait for prometheus to be configured in grafana
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon'
responseCode: 200
timeout: 20000
interval: 500
Expand Down

0 comments on commit c1d974e

Please sign in to comment.