Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
INT-451 Master merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
whyjustin committed Feb 14, 2018
1 parent da20f4e commit 15749e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ class IqPolicyEvaluatorTest
def 'evaluation throws exception when build results in failure'() {
setup:
def buildStep = new IqPolicyEvaluatorBuildStep('stage', 'appId', [new ScanPattern('*.jar')], false, '131-cred')
def buildStep = new IqPolicyEvaluatorBuildStep('stage', 'appId', [new ScanPattern('*.jar')], [], false,
'131-cred')
def policyEvaluation = new ApplicationPolicyEvaluation(0, 0, 0, 0,
[new PolicyAlert(null, [new Action(Action.ID_FAIL)])], reportUrl)
Expand Down

0 comments on commit 15749e6

Please sign in to comment.