Skip to content

Commit 4259bc0

Browse files
committed
Merge branch 'fix/JENKINS-63668' of https://github.com/meiswjn/script-security-plugin into fix/JENKINS-63668
2 parents 074fddd + 9a48e5a commit 4259bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApprovalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private String approveIfExists(String script, ScriptApproval sa) throws IOExcept
7878
}
7979

8080
@Test
81-
public void reapprovingShouldFail() throws Exception {
81+
public void afterDenyScriptShouldBePending() throws Exception {
8282
configureSecurity();
8383
final ScriptApproval sa = ScriptApproval.get();
8484
FreeStyleProject p = r.createFreeStyleProject();

0 commit comments

Comments
 (0)