We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0275b + 0868bee commit c2ba86dCopy full SHA for c2ba86d
src/tests/LearnMoreDescriptions.test.ts
@@ -18,6 +18,6 @@ describe("LearnMoreDescriptions cases",() => {
18
const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
19
const data = await auth.learnMore("")
20
const cxCommandOutput: CxCommandOutput = data;
21
- expect(cxCommandOutput.status).toBe("Value of query-id is invalid\n");
+ expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
22
})
23
0 commit comments