File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ describe("Results cases", () => {
83
83
84
84
// The project ID is hardcoded because there is no dynamic way to associate
85
85
// 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
86
87
it ( "Risk Management - Successful case" , async ( ) => {
87
88
const auth = new CxWrapper ( cxScanConfig ) ;
88
89
const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee"
@@ -99,6 +100,7 @@ describe("Results cases", () => {
99
100
100
101
// The project ID is hardcoded because there is no dynamic way to associate
101
102
// 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
102
104
it ( "Risk Management - With Limit" , async ( ) => {
103
105
const auth = new CxWrapper ( cxScanConfig ) ;
104
106
const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee"
You can’t perform that action at this time.
0 commit comments