Fix the test by using an even more bogus tld.

This commit is contained in:
Brendan Burns 2015-03-09 14:31:39 -07:00
parent 37bfb0d7cf
commit 0ad6e5b48c

View File

@ -234,7 +234,7 @@ func TestReadConfigData(t *testing.T) {
expectErr: true, expectErr: true,
}, },
{ {
config: "http://some.non.existent.url", config: "http://some.non.existent.foobar",
expectErr: true, expectErr: true,
}, },
{ {