File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export async function discoverSentinelDatabaseApi(databaseParameters: SentinelPa
73
73
} )
74
74
. set ( 'Accept' , 'application/json' ) ;
75
75
76
- await t . expect ( response . status ) . eql ( 200 , 'Autodiscovery of Sentinel database request failed' ) ;
76
+ await t . expect ( response . status ) . eql ( 201 , 'Autodiscovery of Sentinel database request failed' ) ;
77
77
}
78
78
79
79
/**
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ export const ossSentinelConfig = {
45
45
alias : 'primary-group-1' ,
46
46
db : '0' ,
47
47
name : 'primary-group-1' ,
48
- password : 'defaultpass '
48
+ password : 'password '
49
49
} ,
50
50
{
51
51
alias : 'primary-group-2' ,
52
52
db : '0' ,
53
53
name : 'primary-group-2' ,
54
- password : 'defaultpass '
54
+ password : 'password '
55
55
} ] ,
56
56
name : [ 'primary-group-1' , 'primary-group-2' ]
57
57
} ;
You can’t perform that action at this time.
0 commit comments