Fix Grafana auth (#3634)

This commit is contained in:
Peter Hedenskog 2022-04-19 05:52:57 +02:00 committed by GitHub
parent 90683320f5
commit 50f68aa611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@ describe('cli', () => {
);
expect(stdout).to.contain('--grafana.auth');
expect(stdout).to.contain(
'The Grafana auth/bearer value used when sending annotations to Grafana. See http://docs.grafana.org/http_api/auth/#authentication-api'
);
expect(stdout).to.contain('--grafana.annotationTitle');
expect(stdout).to.contain(
'Add a title to the annotation sent for a run.'