We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35d0ba commit 47f0d3eCopy full SHA for 47f0d3e
src/test/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKeyTest.java
@@ -98,7 +98,7 @@ public void userWithoutRunScripts_cannotMigrateDangerousPrivateKeySource() throw
98
.withStdin(updateFolder.read())
99
.invokeWithArgs("folder1");
100
101
- assertThat(result.stderr(), containsString("user is missing the Overall/RunScripts permission"));
+ assertThat(result.stderr(), containsString("user is missing the Overall/Administer permission"));
102
assertThat(result, failedWith(1));
103
104
// config file not touched
0 commit comments