mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 23:56:23 +00:00
fix broken unit test
This commit is contained in:
parent
9f9c15f6f5
commit
1bca1e11a9
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ describe 'DocumentUpdaterHandler', ->
|
|||
@handler.clearProjectState @project_id, @callback
|
||||
|
||||
it 'should clear the project state from the document updater', ->
|
||||
url = "#{@settings.apis.documentupdater.url}/project/#{@project_id}/clear"
|
||||
url = "#{@settings.apis.documentupdater.url}/project/#{@project_id}/clearState"
|
||||
@request.post.calledWith(url).should.equal true
|
||||
|
||||
it "should call the callback", ->
|
||||
|
|
Loading…
Add table
Reference in a new issue