Skip to content

Commit

Permalink
Update nix/grafana_test.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Shivaraj B H <[email protected]>
  • Loading branch information
alexpearce and shivaraj-bh authored Jun 6, 2024
1 parent 1ebbd27 commit 15a8498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/grafana_test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in {
curl -sSfN -u $ADMIN:$PASSWORD $ROOT_URL/api/org/users | grep admin\@localhost
# The dashboard provisioner was used to create a dashboard.
curl -sSfN -u $ADMIN:$PASSWORD $ROOT_URL/api/dashboards/uid/${dashboardUid} -i
curl -sSfN -u $ADMIN:$PASSWORD $ROOT_URL/api/dashboards/uid/${dashboardUid} | grep '"title":${dashboardTitle}'
curl -sSfN -u $ADMIN:$PASSWORD $ROOT_URL/api/dashboards/uid/${dashboardUid} | grep '"title”:"${dashboardTitle}"'
'';
name = "grafana-test";
};
Expand Down

0 comments on commit 15a8498

Please sign in to comment.