Skip to content

Commit 9a48e5a

Browse files
authored
Update ScriptApprovalTest.java
1 parent 237b147 commit 9a48e5a

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
@@ -81,7 +81,7 @@ private String approveIfExists(String script, ScriptApproval sa) throws IOExcept
8181
}
8282

8383
@Test
84-
public void reapprovingShouldFail() throws Exception {
84+
public void afterDenyScriptShouldBePending() throws Exception {
8585
configureSecurity();
8686
final ScriptApproval sa = ScriptApproval.get();
8787
FreeStyleProject p = r.createFreeStyleProject();

0 commit comments

Comments
 (0)