make tests working with new tavern id

This commit is contained in:
Matteo Pagliazzi
2016-04-13 22:27:32 +02:00
parent cc024533aa
commit 57497f246f
3 changed files with 7 additions and 4 deletions

View File

@@ -261,7 +261,6 @@ function cron (options = {}) {
gaLabel: 'Cron Count',
gaValue: user.flags.cronCount,
uuid: user._id,
user, // TODO is it really necessary passing the whole user object?
resting: user.preferences.sleep,
cronCount: user.flags.cronCount,
progressUp: _.min([_progress.up, 900]),