Skip to content

Commit 64580b9

Browse files
updated test
1 parent e652056 commit 64580b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/PredicateTest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ describe("Triage cases", () => {
4747
};
4848

4949
// Helper for SCA triage update
50-
const handleTriageSCAUpdate = async (projectId: string, vulnerabilities: string, scanType: string, state: string, comment: string, stateId: number | null = null) => {
51-
const cxUpdate: CxCommandOutput = await auth.triageSCAUpdate(projectId, vulnerabilities, scanType, state, comment, stateId);
50+
const handleTriageSCAUpdate = async (projectId: string, vulnerabilities: string, scanType: string, state: string, comment: string) => {
51+
const cxUpdate: CxCommandOutput = await auth.triageSCAUpdate(projectId, vulnerabilities, scanType, state, comment);
5252
expect(cxUpdate.exitCode).toEqual(0);
5353
};
5454

0 commit comments

Comments
 (0)