feat: removed console in test

This commit is contained in:
=
2024-10-02 00:19:56 +05:30
parent 24483631a0
commit a4091bfcdd

View File

@@ -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");