diff --git a/strr-host-pm-web/tests/stress/.env.example b/strr-host-pm-web/tests/stress/.env.example index dcf742417..0a7131d8b 100644 --- a/strr-host-pm-web/tests/stress/.env.example +++ b/strr-host-pm-web/tests/stress/.env.example @@ -2,5 +2,7 @@ STRR_API_URL= # Account ID of the user that will be used to perform API requests (submit application, etc) ACCOUNT_ID= +# IDIR Account ID of the user that will be used to perform API requests +IDIR_ACCOUNT_ID= # Bearer access token for authorizing API requests (could be obtained from /token response in UI) -ACCESS_TOKEN= \ No newline at end of file +ACCESS_TOKEN= diff --git a/strr-host-pm-web/tests/stress/README.md b/strr-host-pm-web/tests/stress/README.md index e71dbe5d9..966cbbd30 100644 --- a/strr-host-pm-web/tests/stress/README.md +++ b/strr-host-pm-web/tests/stress/README.md @@ -15,7 +15,8 @@ Fill in the required values into `.env`: | Variable | Required | Description | | --- | --- | --- | | `STRR_API_URL` | Yes | Base URL of the STRR API (e.g. `https://strr-api-dev-...run.app/`) | -| `ACCOUNT_ID` | Yes | BC Registries account ID for the `Account-Id` header | +| `ACCOUNT_ID` | Yes | BCSC account ID for the `Account-Id` header | +| `IDIR_ACCOUNT_ID` | Yes | IDIR account ID for the `Account-Id` header (used by examiner scripts) | | `ACCESS_TOKEN` | Yes | Bearer token for the `Authorization` header | ## Running the Tests @@ -32,9 +33,12 @@ Replace `