mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix test for sampling front users
This commit is contained in:
parent
dfc2b8631b
commit
40da785363
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ describe "ProjectController", ->
|
|||
@ProjectController.projectListPage @req, @res
|
||||
|
||||
it 'should show for sample users', (done) ->
|
||||
@user._id = '588f3ddae8ebc1bac07c9faa' # last two digits
|
||||
@user._id = '588f3ddae8ebc1bac07c9f00' # last two digits
|
||||
@res.render = (pageName, opts)=>
|
||||
opts.frontChatWidgetRoomId.should.equal @settings.overleaf.front_chat_widget_room_id
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue