We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30ab26 commit 9a00749Copy full SHA for 9a00749
test/integration/api/admin/api_spec.js
@@ -582,7 +582,7 @@ describe("api", function () {
582
expect(error.http_code).to.eql(404);
583
});
584
585
- it.only("should allow deleting resources by asset_ids", function () {
+ it("should allow deleting resources by asset_ids", function () {
586
this.timeout(TIMEOUT.MEDIUM);
587
return uploadImage({
588
public_id: PUBLIC_ID_3,
0 commit comments