Commit fa64ce59 authored by Grant Young's avatar Grant Young Committed by Marcel Amirault

Fix incorrect code in load perf docs

Quote in wrong location
parent 3ac9a973
---
title: Fix incorrect code in Load Performance Testing docs
merge_request: 45877
author:
type: other
......@@ -156,7 +156,7 @@ The best approach is to capture the dynamic URL in a [`.env` file](https://docs.
as a job artifact to be shared, then use a custom environment variable we've provided named `K6_DOCKER_OPTIONS`
to configure the k6 Docker container to use the file. With this, k6 can then use any
environment variables from the `.env` file in scripts using standard JavaScript,
such as: ``http.get(`${__ENV.ENVIRONMENT_URL`})``.
such as: ``http.get(`${__ENV.ENVIRONMENT_URL}`)``.
For example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment