Merge pull request #5199 from brendandburns/master

Fix the test by using an even more bogus tld.
pull/6/head
Alex Mohr 2015-03-09 14:35:14 -07:00
commit 56bdd94985
1 changed files with 1 additions and 1 deletions

View File

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