Skip to content

Commit

Permalink
test(prerelease_rules): complete engine risk entry point test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamilomolinar committed Nov 14, 2024
1 parent 0d00b1d commit 1f7ab5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_init_engine_risk(
"devsecops_engine_tools.engine_risk.src.infrastructure.entry_points.entry_point_risk.logger"
)
def test_init_engine_risk_no_findings(mock_logger):
dict_args = {"remote_config_repo": "remote_config"}
dict_args = {"remote_config_repo": "remote_config", "remote_config_branch": ""}
findings = []
services = ["service1", "service2"]
vm_exclusions = ["exclusion1", "exclusion2"]
Expand Down

0 comments on commit 1f7ab5c

Please sign in to comment.