Minor grammatical correction (#23898)

This commit is contained in:
Amal
2020-04-26 10:53:37 +02:00
committed by GitHub
parent c797ae2527
commit fd6502b32f
+1 -1
View File
@@ -105,7 +105,7 @@ To run the tests:
yarn e2e-tests
```
By default, the end-to-end tests assumes Grafana is available on `localhost:3000`. To use a specific URL, set the `BASE_URL` environment variable:
By default, the end-to-end tests assume Grafana is available on `localhost:3000`. To use a specific URL, set the `BASE_URL` environment variable:
```
BASE_URL=http://localhost:3333 yarn e2e-tests