Skip to content

Commit 467ffcc

Browse files
authored
Update load-testing.md (#2480)
added needed space before slash
1 parent 75bad5c commit 467ffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-testing/load-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To run an agent, execute the following command:
1717
```bash
1818
docker run --pull always --rm \
1919
--env SAUCE_URI=wss://<api_domain>/api-testing/ws/v4/loadtesting \
20-
--env SAUCE_AUTH=<username>:<access_key>\
20+
--env SAUCE_AUTH=<username>:<access_key> \
2121
--env WORKER_ID=<worker_name> \
2222
--env POOL_ID=<pool_name> \
2323
--env MAX_VIRTUAL_USERS=<max_virtual_users> \

0 commit comments

Comments
 (0)