Skip to content

Commit

Permalink
Fix the issue reference in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavafenkin committed Feb 1, 2024
1 parent 4772231 commit eb2d6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public void credentialsSortedByNameInUI() {
}

@Test
@Issue("SECURITY-3252")
@Issue("JENKINS-72611")
public void credentialsIdCannotBeUpdated() {
DummyIdCredentials cred1 = new DummyIdCredentials(null, CredentialsScope.GLOBAL, "cred1", "pwd", "Cred 1");
DummyIdCredentials cred2 = new DummyIdCredentials(null, CredentialsScope.GLOBAL, "cred2", "pwd", "Cred 2");
Expand Down

0 comments on commit eb2d6ca

Please sign in to comment.