Skip to content

Commit 5502cbf

Browse files
Revert "Fix test cases (AST-0000)"
1 parent c2ba86d commit 5502cbf

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.trim()).toBe("Value of query-id is invalid");
21+
expect(cxCommandOutput.status).toBe("Value of query-id is invalid\n");
2222
})
2323
})

0 commit comments

Comments
 (0)