Skip to content

Commit d65bbff

Browse files
committed
remove .only from my test spec
1 parent 6298ca8 commit d65bbff

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
@@ -1484,7 +1484,7 @@ describe("api", function () {
14841484
})
14851485
);
14861486

1487-
it.only("should restore a deleted resource when passed an asset ID", () => cloudinary.v2.api
1487+
it("should restore a deleted resource when passed an asset ID", () => cloudinary.v2.api
14881488
.restore_by_asset_ids([uploadedAssetId])
14891489
.then((response) => {
14901490
let info = response[uploadedAssetId];

0 commit comments

Comments
 (0)