mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02:00
Use the registrar client ID and abuse email address in Spec11
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244899045
This commit is contained in:
parent
9f979790e4
commit
2b12ca42f5
9 changed files with 87 additions and 27 deletions
|
@ -84,7 +84,7 @@ public class Spec11RegistrarThreatMatchesParserTest {
|
|||
|
||||
static RegistrarThreatMatches getMatchA() throws Exception {
|
||||
return RegistrarThreatMatches.create(
|
||||
"a@fake.com",
|
||||
"TheRegistrar",
|
||||
ImmutableList.of(
|
||||
ThreatMatch.fromJSON(
|
||||
new JSONObject(
|
||||
|
@ -97,7 +97,7 @@ public class Spec11RegistrarThreatMatchesParserTest {
|
|||
|
||||
static RegistrarThreatMatches getMatchB() throws Exception {
|
||||
return RegistrarThreatMatches.create(
|
||||
"b@fake.com",
|
||||
"NewRegistrar",
|
||||
ImmutableList.of(
|
||||
ThreatMatch.fromJSON(
|
||||
new JSONObject(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue