Commit 0ad6e5b4 authored by Brendan Burns's avatar Brendan Burns

Fix the test by using an even more bogus tld.

parent 37bfb0d7
...@@ -234,7 +234,7 @@ func TestReadConfigData(t *testing.T) { ...@@ -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,
}, },
{ {
......
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