Skip to content

Commit

Permalink
Merge pull request #444 from jglick/ConfidentialStoreRule
Browse files Browse the repository at this point in the history
No longer need `ConfidentialStoreRule`
  • Loading branch information
jglick authored May 8, 2023
2 parents 7605811 + 6b0c61f commit b96f366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
import java.nio.charset.StandardCharsets;
import java.util.Random;
import jenkins.model.Jenkins;
import jenkins.security.ConfidentialStoreRule;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang.RandomStringUtils;
import org.junit.Rule;
import org.junit.Test;

import static org.hamcrest.MatcherAssert.assertThat;
Expand All @@ -38,8 +36,6 @@
import static org.hamcrest.Matchers.not;

public class SecretBytesTest {
@Rule
public ConfidentialStoreRule confidentialStore = new ConfidentialStoreRule();

@Test
public void encrypt() {
Expand Down
29 changes: 0 additions & 29 deletions src/test/java/jenkins/security/ConfidentialStoreRule.java

This file was deleted.

0 comments on commit b96f366

Please sign in to comment.