Skip to content

Commit f2382fc

Browse files
Added log to check test failure
1 parent 0536b2d commit f2382fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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);
2122
expect(cxCommandOutput.status).toBe("Value of query-id is invalid");
2223
})
2324
})

0 commit comments

Comments
 (0)