We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de45b3 commit 4b8f521Copy full SHA for 4b8f521
components/server/src/bitbucket-server/bitbucket-server-api.spec.ts
@@ -80,7 +80,7 @@ class TestBitbucketServerApi {
80
81
@test async test_currentUsername_ok() {
82
const result = await this.api.currentUsername(process.env["GITPOD_TEST_TOKEN_BITBUCKET_SERVER"]!);
83
- expect(result).to.equal("alex");
+ expect(result).to.equal("admin-tester");
84
}
85
86
@test async test_getUserProfile_ok() {
0 commit comments