mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 19:12:07 +00:00
fixing broken exports test
This commit is contained in:
parent
6f00d1f45a
commit
39f580d6ba
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ describe 'ExportsController', ->
|
|||
@req.params = {project_id: project_id, export_id: 897}
|
||||
@controller.exportStatus @req, send:(body) =>
|
||||
expect(body).to.deep.equal {export_json: {
|
||||
status_summary: 'completed', status_detail: undefined
|
||||
status_summary: 'completed', status_detail: undefined, partner_submission_id: undefined, token: undefined
|
||||
}}
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue