Skip to content

Commit c2ba86d

Browse files
Merge pull request #117 from CheckmarxDev/other/fixtestCases
Fix test cases (AST-0000)
2 parents 7a0275b + 0868bee commit c2ba86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe("LearnMoreDescriptions cases",() => {
1818
const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
1919
const data = await auth.learnMore("")
2020
const cxCommandOutput: CxCommandOutput = data;
21-
expect(cxCommandOutput.status).toBe("Value of query-id is invalid\n");
21+
expect(cxCommandOutput.status.trim()).toBe("Value of query-id is invalid");
2222
})
2323
})

0 commit comments

Comments
 (0)