We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880993f commit bc10177Copy full SHA for bc10177
policy/pa_test.go
@@ -121,7 +121,7 @@ func TestWellFormedIdentifiers(t *testing.T) {
121
// Three hyphens starting at second char of first label.
122
{identifier.NewDNS(`h---test.hk2yz.org`), errInvalidRLDH},
123
{identifier.NewDNS(`co.uk`), errICANNTLD},
124
- {identifier.NewDNS(`foo.bd`), errICANNTLD},
+ {identifier.NewDNS(`foo.er`), errICANNTLD},
125
126
// IP oopsies
127
0 commit comments