Fix policy test.

This commit is contained in:
Jacob Hoffman-Andrews 2015-03-25 18:54:17 -07:00
parent 53901dc073
commit bb2e03ed36
1 changed files with 2 additions and 2 deletions

View File

@ -58,14 +58,14 @@ func TestWillingToIssue(t *testing.T) {
// implementations accept them but we will be conservative.
`www.zom_bo.com`,
`zombocom`,
`localhost`,
`mail`,
}
shouldBeNonPublic := []string{
`co.uk`,
`example.acting`,
`example.internal`,
`localhost`,
`mail`,
// All-numeric final label not okay.
`www.zombo.163`,
}