Skip to content

Commit 4b8f521

Browse files
committed
fixup bbs test expectation with official testing token
1 parent 3de45b3 commit 4b8f521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/bitbucket-server/bitbucket-server-api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class TestBitbucketServerApi {
8080

8181
@test async test_currentUsername_ok() {
8282
const result = await this.api.currentUsername(process.env["GITPOD_TEST_TOKEN_BITBUCKET_SERVER"]!);
83-
expect(result).to.equal("alex");
83+
expect(result).to.equal("admin-tester");
8484
}
8585

8686
@test async test_getUserProfile_ok() {

0 commit comments

Comments
 (0)