Skip to content

Commit e802d23

Browse files
committed
fix authorize test
1 parent 5c31a7e commit e802d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/2.api/14.authorize.token.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('Test if token is created on login', function(){
7878
{
7979
testtoken = res[0]._id;
8080
res[0].multi.should.be.exactly(true);
81-
res[0].ttl.should.be.exactly(0);
81+
res[0].ttl.should.be.exactly(1800000);
8282
done();
8383
}
8484
else

0 commit comments

Comments
 (0)