mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
Merge pull request #5199 from brendandburns/master
Fix the test by using an even more bogus tld.
This commit is contained in:
commit
56bdd94985
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user