mirror of https://github.com/shred/acme4j
Fix copy&paste error
parent
381f4a6e46
commit
37dcb1f64b
|
@ -42,7 +42,7 @@ public class DnsChallengeTest {
|
|||
* Test that {@link DnsChallenge} generates a correct authorization key.
|
||||
*/
|
||||
@Test
|
||||
public void testHttpChallenge() throws IOException {
|
||||
public void testDnsChallenge() throws IOException {
|
||||
KeyPair keypair = TestUtils.createKeyPair();
|
||||
Account account = new Account(keypair);
|
||||
|
||||
|
|
Loading…
Reference in New Issue