mirror of https://github.com/shred/acme4j
Align unit test names
parent
65e6e28bff
commit
bbc057b81f
|
@ -29,7 +29,7 @@ import org.shredzone.acme4j.toolbox.TestUtils;
|
|||
/**
|
||||
* Unit tests for {@link Dns01Challenge}.
|
||||
*/
|
||||
public class DnsChallengeTest {
|
||||
public class Dns01ChallengeTest {
|
||||
|
||||
private final Login login = TestUtils.login();
|
||||
|
|
@ -28,7 +28,7 @@ import org.shredzone.acme4j.toolbox.TestUtils;
|
|||
/**
|
||||
* Unit tests for {@link Http01Challenge}.
|
||||
*/
|
||||
public class HttpChallengeTest {
|
||||
public class Http01ChallengeTest {
|
||||
private static final String TOKEN =
|
||||
"rSoI9JpyvFi-ltdnBW0W1DjKstzG7cHixjzcOjwzAEQ";
|
||||
private static final String KEY_AUTHORIZATION =
|
Loading…
Reference in New Issue