mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Use example IPs according to RFC3849/RFC5737
This commit is contained in:
@@ -227,7 +227,7 @@ public class EmailProcessorTest extends SMIMETests {
|
||||
assertThatExceptionOfType(AcmeProtocolException.class)
|
||||
.isThrownBy(() -> {
|
||||
var processor = EmailProcessor.plainMessage(message);
|
||||
processor.expectedIdentifier(Identifier.ip("192.168.0.1"));
|
||||
processor.expectedIdentifier(Identifier.ip("192.0.2.1"));
|
||||
})
|
||||
.withMessage("Wrong identifier type: ip");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user