Removed unneeded false from poll_spec mockServiceCall call
This commit is contained in:
parent
2d7b9455e1
commit
55b6232c74
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue