mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Align unit test names
This commit is contained in:
@@ -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 =
|
||||
Reference in New Issue
Block a user