Skip to content

Commit 0868bee

Browse files
removed log
1 parent 97c27f5 commit 0868bee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ describe("LearnMoreDescriptions cases",() => {
1818
const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
1919
const data = await auth.learnMore("")
2020
const cxCommandOutput: CxCommandOutput = data;
21-
console.log("cxCommandOutput (failure case):", cxCommandOutput);
2221
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
2322
})
2423
})

0 commit comments

Comments
 (0)