File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ describe('Bitgo Express', function() {
170
170
it ( 'send coins - wallet1 to wallet3' , function ( done ) {
171
171
agent . post ( '/api/v1/user/unlock' )
172
172
. set ( 'Authorization' , 'Bearer ' + TestBitGo . TEST_ACCESSTOKEN )
173
- . send ( { otp : '0000000' , duration : 5 } )
173
+ . send ( { otp : '0000000' , duration : 10 } )
174
174
. expect ( 'Content-Type' , / j s o n / )
175
175
. end ( function ( err , res ) {
176
176
if ( err ) { throw err ; }
@@ -182,7 +182,7 @@ describe('Bitgo Express', function() {
182
182
. expect ( 'Content-Type' , / j s o n / )
183
183
. end ( function ( err , res ) {
184
184
if ( err ) { throw err ; }
185
- res . should . have . status ( 200 ) ;
185
+ res . status . should . equal ( 200 ) ;
186
186
res . body . should . have . property ( 'tx' ) ;
187
187
res . body . should . have . property ( 'hash' ) ;
188
188
res . body . should . have . property ( 'fee' ) ;
You can’t perform that action at this time.
0 commit comments