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.
1 parent ae3ba93 commit 8c7a090Copy full SHA for 8c7a090
src/tests/LearnMoreDescriptions.test.ts
@@ -16,6 +16,6 @@ describe("LearnMoreDescriptions cases",() => {
16
const auth = new CxWrapper(cxScanConfig);
17
const data = await auth.learnMore("")
18
const cxCommandOutput: CxCommandOutput = data;
19
- expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid\n");
+ expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
20
})
21
0 commit comments