mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: removed console in test
This commit is contained in:
@@ -812,8 +812,6 @@ describe.each([{ auth: AuthMode.JWT }, { auth: AuthMode.IDENTITY_ACCESS_TOKEN }]
|
||||
},
|
||||
body: createSecretReqBody
|
||||
});
|
||||
console.log(">>>>>>>>>>");
|
||||
console.log(createSecRes.payload);
|
||||
expect(createSecRes.statusCode).toBe(200);
|
||||
const createdSecretPayload = JSON.parse(createSecRes.payload);
|
||||
expect(createdSecretPayload).toHaveProperty("secret");
|
||||
|
||||
Reference in New Issue
Block a user