Skip to content

Commit

Permalink
fix(dependency-mgmt): Apply ic-private patch to a leftover test (#1767)
Browse files Browse the repository at this point in the history
In #1746 all tests should have been fixed. 

Looks like I missed a single file when applying the patch from
`ic-private` to `ic`.

Reference PR - https://github.com/dfinity/ic/pull/1746/files
IC Private PR - https://github.com/dfinity/ic-private/pull/36/files
  • Loading branch information
venkkatesh-sekar authored Oct 1, 2024
1 parent e2cb3d6 commit 7b7c7d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def test_findings_helper_one_finding(npm_test):
fix_version_for_vulnerability={},
)
],
projects=["ic"],
projects=[__test_get_ic_path()],
risk_assessor=[],
risk=None,
patch_responsible=[],
Expand Down

0 comments on commit 7b7c7d7

Please sign in to comment.