Commit b8ede3da authored by Romain Courteaud's avatar Romain Courteaud

wip

parent eaa2151a
......@@ -725,7 +725,7 @@
}, ""]);
stop();
expect(17);
expect(16);
this.jio.putAttachment(
id,
......@@ -748,7 +748,6 @@
equal(server.requests[0].method, "POST");
equal(server.requests[0].url, submit_url);
equal(server.requests[0].status, 204);
equal(server.requests[0].responseType, "blob");
ok(context.spy.calledTwice, "FormData.append count " +
context.spy.callCount);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment