From 0ad6e5b48c9a32cf4c53950619e90c18e52cebb8 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 9 Mar 2015 14:31:39 -0700 Subject: [PATCH] Fix the test by using an even more bogus tld. --- pkg/kubectl/cmd/util/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/util/helpers_test.go b/pkg/kubectl/cmd/util/helpers_test.go index 78ef02ab63e..71682faabc7 100644 --- a/pkg/kubectl/cmd/util/helpers_test.go +++ b/pkg/kubectl/cmd/util/helpers_test.go @@ -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, }, {