Skip to content

Commit fd4eb24

Browse files
committed
correct syntax for the test token
1 parent 3c90676 commit fd4eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/server/src/bitbucket/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
To run the BitBucket integration tests via `npm test` the `GITPOD_TEST_TOKEN_BITBUCKET` environment variable needs to be defined:
44

55
```bash
6-
export GITPOD_TEST_TOKEN_BITBUCKET='{ value: "$token", scopes: [] }'
6+
export GITPOD_TEST_TOKEN_BITBUCKET='{ "username": "$username", "value": "$applicationPassword", "scopes": [] }'
77
```
88

9-
Replace `$token` with the integration test token.
9+
Replace `$username` / `$applicationPassword` with the integration test username and application password.
1010

1111
## Running a single test
1212

0 commit comments

Comments
 (0)