File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ describe("Results cases", () => {
8686 // link to the our application: https://deu.ast.checkmarx.net/applications/5dff8d1c-d27f-4910-afc1-0b9df02324b4/overview
8787 it ( "Risk Management - Successful case" , async ( ) => {
8888 const auth = new CxWrapper ( cxScanConfig ) ;
89- const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee "
89+ const projectId = "a5d99fa4-973d-48b5-86c7-6401487e1d52 "
9090
9191 const cxCommandOutput : CxCommandOutput = await auth . riskManagementResults (
9292 projectId
@@ -103,7 +103,7 @@ describe("Results cases", () => {
103103 // link to the our application: https://deu.ast.checkmarx.net/applications/5dff8d1c-d27f-4910-afc1-0b9df02324b4/overview
104104 it ( "Risk Management - With Limit" , async ( ) => {
105105 const auth = new CxWrapper ( cxScanConfig ) ;
106- const projectId = "18bcbafc-d20e-424b-9c7e-8f007f340dee "
106+ const projectId = "a5d99fa4-973d-48b5-86c7-6401487e1d52 "
107107 const cxCommandOutput : CxCommandOutput = await auth . riskManagementResults (
108108 projectId ,
109109 10
You can’t perform that action at this time.
0 commit comments