Skip to content

Commit 577217d

Browse files
update tests
1 parent 0a69b32 commit 577217d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ResultTest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)