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 f2382fc commit 97c27f5Copy full SHA for 97c27f5
src/tests/LearnMoreDescriptions.test.ts
@@ -19,6 +19,6 @@ describe("LearnMoreDescriptions cases",() => {
19
const data = await auth.learnMore("")
20
const cxCommandOutput: CxCommandOutput = data;
21
console.log("cxCommandOutput (failure case):", cxCommandOutput);
22
- expect(cxCommandOutput.status).toBe("Value of query-id is invalid");
+ expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
23
})
24
0 commit comments