1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix broken tests (#672)

This commit is contained in:
Tom Limoncelli
2020-02-29 09:01:51 -05:00
committed by GitHub
parent 2dcb33e7b7
commit b7b0b20798
3 changed files with 15 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ func TestCheckLabel(t *testing.T) {
{"_foo", "TLSA", "zap", false, false},
{"_foo", "TXT", "zap", false, false},
{"_y2", "CNAME", "foo", true, false},
{"_y3", "CNAME", "asfljds.acm-validations.aws", false, false},
{"_y3", "CNAME", "asfljds.acm-validations.aws.", false, false},
{"test.foo.tld", "A", "zap", true, false},
{"test.foo.tld", "A", "zap", false, true},
}