Commit 56bdd949 authored by Alex Mohr's avatar Alex Mohr

Merge pull request #5199 from brendandburns/master

Fix the test by using an even more bogus tld.
parents 4af1fa2a 0ad6e5b4
......@@ -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,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment