@@ -214,7 +214,7 @@ class TestBitbucketContextParser {
214
214
"ref" : "feature/JIRA-123-summary" ,
215
215
"refType" : "branch" ,
216
216
"path" : "" ,
217
- "revision" : "5a24a0c8a7b42c2e6418593d788e17cb987bda25 " ,
217
+ "revision" : "bcf3a4b9329385b7a5f50a4490b79570da029cf3 " ,
218
218
"isFile" : false ,
219
219
"repository" : {
220
220
"host" : "bitbucket.org" ,
@@ -386,8 +386,8 @@ class TestBitbucketContextParser {
386
386
"repository" : {
387
387
"host" : "bitbucket.org" ,
388
388
"owner" : "corneliusltf" ,
389
- "name" : "integration-tests " ,
390
- "cloneUrl" : "https://bitbucket.org/corneliusltf/integration-tests .git" ,
389
+ "name" : "sample-repository " ,
390
+ "cloneUrl" : "https://bitbucket.org/corneliusltf/sample-repository .git" ,
391
391
"defaultBranch" : "master" ,
392
392
"private" : false ,
393
393
"fork" : {
@@ -443,18 +443,18 @@ class TestBitbucketContextParser {
443
443
}
444
444
445
445
@test public async testSrcContextForkedRepo_01 ( ) {
446
- const result = await this . parser . handle ( { } , this . user , 'https://bitbucket.org/gitpod/clu-sample-repo /src/master/' ) ;
446
+ const result = await this . parser . handle ( { } , this . user , 'https://bitbucket.org/gitpod/integration-tests-forked-repository /src/master/' ) ;
447
447
expect ( result ) . to . deep . include ( {
448
448
"ref" : "master" ,
449
449
"refType" : "branch" ,
450
450
"path" : "" ,
451
- "revision" : "d932021835e4024136a4f608719720d414490c73 " ,
451
+ "revision" : "3f1c8403570427170bd3776cfb3aa24c688c2b29 " ,
452
452
"isFile" : false ,
453
453
"repository" : {
454
454
"host" : "bitbucket.org" ,
455
455
"owner" : "gitpod" ,
456
- "name" : "clu-sample-repo " ,
457
- "cloneUrl" : "https://bitbucket.org/gitpod/clu-sample-repo .git" ,
456
+ "name" : "integration-tests-forked-repository " ,
457
+ "cloneUrl" : "https://bitbucket.org/gitpod/integration-tests-forked-repository .git" ,
458
458
"defaultBranch" : "master" ,
459
459
"private" : false ,
460
460
"fork" : {
@@ -468,7 +468,7 @@ class TestBitbucketContextParser {
468
468
}
469
469
}
470
470
} ,
471
- "title" : "gitpod/clu-sample-repo - master"
471
+ "title" : "gitpod/integration-tests-forked-repository - master"
472
472
} )
473
473
}
474
474
0 commit comments