From 96c5a57a12eba03ac84933127804993d6f65854b Mon Sep 17 00:00:00 2001 From: Scott Bell Date: Fri, 17 Nov 2023 19:39:07 +0100 Subject: [PATCH] authentication working --- tests/k6/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/k6/README.md b/tests/k6/README.md index 5e0c836d..3c6d7892 100644 --- a/tests/k6/README.md +++ b/tests/k6/README.md @@ -10,7 +10,6 @@ To run the K6 load testing tools, you'll need to: ```sh export OPENMCT_USERNAME=testuser; export OPENMCT_PASSWORD=NasaIsCool! -const password = __ENV.OPENMCT_PASSWORD; k6 run websocket-subscriptions.js k6 run full-browser-test.js ```