Skip to content

Commit b96f366

Browse files
authored
Merge pull request #444 from jglick/ConfidentialStoreRule
No longer need `ConfidentialStoreRule`
2 parents 7605811 + 6b0c61f commit b96f366

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

src/test/java/com/cloudbees/plugins/credentials/SecretBytesTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
import java.nio.charset.StandardCharsets;
2727
import java.util.Random;
2828
import jenkins.model.Jenkins;
29-
import jenkins.security.ConfidentialStoreRule;
3029
import org.apache.commons.codec.binary.Base64;
3130
import org.apache.commons.lang.RandomStringUtils;
32-
import org.junit.Rule;
3331
import org.junit.Test;
3432

3533
import static org.hamcrest.MatcherAssert.assertThat;
@@ -38,8 +36,6 @@
3836
import static org.hamcrest.Matchers.not;
3937

4038
public class SecretBytesTest {
41-
@Rule
42-
public ConfidentialStoreRule confidentialStore = new ConfidentialStoreRule();
4339

4440
@Test
4541
public void encrypt() {

src/test/java/jenkins/security/ConfidentialStoreRule.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)