Skip to content
Snippets Groups Projects
Commit 55b6232c authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Removed unneeded false from poll_spec mockServiceCall call

parent 2d7b9455
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11264Fix poll_spec transient failures
Pipeline #
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment