Skip to content

Commit 9a00749

Browse files
committed
remove .only
1 parent d30ab26 commit 9a00749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/api/admin/api_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ describe("api", function () {
582582
expect(error.http_code).to.eql(404);
583583
});
584584
});
585-
it.only("should allow deleting resources by asset_ids", function () {
585+
it("should allow deleting resources by asset_ids", function () {
586586
this.timeout(TIMEOUT.MEDIUM);
587587
return uploadImage({
588588
public_id: PUBLIC_ID_3,

0 commit comments

Comments
 (0)