diff options
-rw-r--r-- | spec/javascripts/lib/utils/poll_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/lib/utils/poll_spec.js b/spec/javascripts/lib/utils/poll_spec.js index 65e89fb10b4..22f30191ab9 100644 --- a/spec/javascripts/lib/utils/poll_spec.js +++ b/spec/javascripts/lib/utils/poll_spec.js @@ -34,7 +34,7 @@ describe('Poll', () => { }); it('calls the success callback when no header for interval is provided', (done) => { - mockServiceCall(service, { status: 200 }, false); + mockServiceCall(service, { status: 200 }); new Poll({ resource: service, |