mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix test to accommodate changes to anonymous users
This commit is contained in:
parent
0b88a63444
commit
507c4e5ce2
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