Skip to content

Commit 2121457

Browse files
updated message
1 parent 9ce8306 commit 2121457

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.trim()).toBe("Value of query-id is invalid");
2223
})
2324
})

0 commit comments

Comments
 (0)