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 e58288b commit a60631cCopy full SHA for a60631c
test/unit/config.spec.js
@@ -31,7 +31,6 @@ describe("config", function () {
31
const result = await cloudinary.v2.api.resource("?");
32
expect(result).fail();
33
} catch (err) {
34
- console.log(err.request_options);
35
expect(err.request_options).not.to.have.property("auth");
36
}
37
});
@@ -42,7 +41,6 @@ describe("config", function () {
42
41
const result = await cloudinary.v2.api.resource("?", { oauth_token: 'MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI4' });
43
44
45
46
expect(err.request_options.headers).not.to.have.property("Authorization");
47
48
0 commit comments