Skip to content

Commit 066a86e

Browse files
committed
add link to app deu
1 parent dc9dc49 commit 066a86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/ResultTest.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ describe("Results cases", () => {
8383

8484
// The project ID is hardcoded because there is no dynamic way to associate
8585
// an application with a project through the CLI.
86+
// link to the our application: https://deu.ast.checkmarx.net/applications/5dff8d1c-d27f-4910-afc1-0b9df02324b4/overview
8687
it("Risk Management - Successful case", async () => {
8788
const auth = new CxWrapper(cxScanConfig);
8889
const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee"
@@ -99,6 +100,7 @@ describe("Results cases", () => {
99100

100101
// The project ID is hardcoded because there is no dynamic way to associate
101102
// an application with a project through the CLI.
103+
// link to the our application: https://deu.ast.checkmarx.net/applications/5dff8d1c-d27f-4910-afc1-0b9df02324b4/overview
102104
it("Risk Management - With Limit", async () => {
103105
const auth = new CxWrapper(cxScanConfig);
104106
const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee"

0 commit comments

Comments
 (0)