Skip to content

Commit 069db21

Browse files
reverted changes
1 parent f2b61bb commit 069db21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ 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);
22-
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
21+
expect(cxCommandOutput.status).toBe("Value of query-id is invalid\n");
2322
})
2423
})

0 commit comments

Comments
 (0)