mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #36 from sharelatex/cmg-fix-acceptance-test
Fix test to accommodate changes to anonymous users
This commit is contained in:
commit
d0c9c469e8
1 changed files with 1 additions and 1 deletions
|
@ -141,6 +141,6 @@ describe "clientTracking", ->
|
|||
doc_id: @doc_id
|
||||
id: @anonymous.socket.sessionid
|
||||
user_id: "anonymous-user"
|
||||
name: "Anonymous"
|
||||
name: ""
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue