File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default class Bitrise extends BaseJsonService {
45
45
} ) ,
46
46
pathParam ( {
47
47
name : 'branch' ,
48
- example : 'master ' ,
48
+ example : 'develop ' ,
49
49
} ) ,
50
50
queryParam ( {
51
51
name : 'token' ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ t.create('deploy status')
10
10
} )
11
11
12
12
t . create ( 'deploy status with branch' )
13
- . get ( '/e736852157296019/master .json?token=vhgAmaiF3tWZoQyFLkKM7g' )
13
+ . get ( '/e736852157296019/develop .json?token=vhgAmaiF3tWZoQyFLkKM7g' )
14
14
. expectBadge ( {
15
15
label : 'bitrise' ,
16
16
message : isBuildStatus ,
@@ -25,5 +25,5 @@ t.create('invalid token')
25
25
. expectBadge ( { label : 'bitrise' , message : 'app not found or invalid token' } )
26
26
27
27
t . create ( 'invalid App ID' )
28
- . get ( '/invalid/master .json?token=vhgAmaiF3tWZoQyFLkKM7g' )
28
+ . get ( '/invalid/develop .json?token=vhgAmaiF3tWZoQyFLkKM7g' )
29
29
. expectBadge ( { label : 'bitrise' , message : 'app not found or invalid token' } )
You can’t perform that action at this time.
0 commit comments