File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ const branch = {
44}
55
66const stageBranch = {
7- uid : 'staging ' ,
7+ uid : 'staging1 ' ,
88 source : 'main'
99}
1010
1111const devBranch = {
12- uid : 'merge_test ' ,
13- source : 'staging '
12+ uid : 'test_merge ' ,
13+ source : 'staging1 '
1414}
1515
1616export {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const createDeliveryToken = {
1616 module : 'branch' ,
1717 branches : [
1818 'main' ,
19- 'staging '
19+ 'staging1 '
2020 ] ,
2121 acl : {
2222 read : true
@@ -25,7 +25,7 @@ const createDeliveryToken = {
2525 {
2626 module : 'branch_alias' ,
2727 branch_aliases : [
28- 'staging_alias '
28+ 'staging1_alias '
2929 ] ,
3030 acl : {
3131 read : true
@@ -52,7 +52,7 @@ const createDeliveryToken2 = {
5252 module : 'branch' ,
5353 branches : [
5454 'main' ,
55- 'staging '
55+ 'staging1 '
5656 ] ,
5757 acl : {
5858 read : true
@@ -61,7 +61,7 @@ const createDeliveryToken2 = {
6161 {
6262 module : 'branch_alias' ,
6363 branch_aliases : [
64- 'staging_alias '
64+ 'staging1_alias '
6565 ] ,
6666 acl : {
6767 read : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const createManagementToken = {
2222 {
2323 module : 'branch_alias' ,
2424 branch_aliases : [
25- 'sb1_alias '
25+ 'staging1_alias '
2626 ] ,
2727 acl : {
2828 read : true
@@ -57,7 +57,7 @@ const createManagementToken2 = {
5757 {
5858 module : 'branch_alias' ,
5959 branch_aliases : [
60- 'sb1_alias '
60+ 'staging1_alias '
6161 ] ,
6262 acl : {
6363 read : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const role = {
1515 {
1616 module : 'branch_alias' ,
1717 branch_aliases : [
18- 'staging_alias '
18+ 'staging1_alias '
1919 ] ,
2020 acl : {
2121 read : true
You can’t perform that action at this time.
0 commit comments