@@ -268,7 +268,7 @@ describe('modules/platform/bitbucket/index', () => {
268
268
} ) ;
269
269
} ) ;
270
270
271
- it ( 'enabled: should set main branch status if doesnt exist' , async ( ) => {
271
+ it ( 'enabled: should set main branch status if does not exist' , async ( ) => {
272
272
httpMock
273
273
. scope ( baseUrl )
274
274
. get ( '/2.0/repositories/some/repo' )
@@ -286,9 +286,9 @@ describe('modules/platform/bitbucket/index', () => {
286
286
} ,
287
287
} )
288
288
. post ( '/2.0/repositories/some/repo/commit/main_hash/statuses/build' , {
289
- name : 'Renovate Dashboard' ,
289
+ name : 'Mend.io Dashboard' ,
290
290
state : 'SUCCESSFUL' ,
291
- key : 'Renovate Dashboard' ,
291
+ key : 'Mend.io Dashboard' ,
292
292
description : '' ,
293
293
url : 'https://developer.mend.io/bitbucket/some/repo' ,
294
294
} )
@@ -314,7 +314,7 @@ describe('modules/platform/bitbucket/index', () => {
314
314
state : 'SUCCESSFUL' ,
315
315
} ,
316
316
{
317
- key : 'Renovate Dashboard' ,
317
+ key : 'Mend.io Dashboard' ,
318
318
state : 'SUCCESSFUL' ,
319
319
} ,
320
320
] ,
@@ -354,7 +354,7 @@ describe('modules/platform/bitbucket/index', () => {
354
354
. reply ( 200 , {
355
355
values : [
356
356
{
357
- key : 'Renovate Dashboard' ,
357
+ key : 'Mend.io Dashboard' ,
358
358
state : 'SUCCESSFUL' ,
359
359
} ,
360
360
] ,
0 commit comments