From 8f11fbc87622702f8644cc385191bb95d4d19143 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Wed, 16 Oct 2019 09:59:49 -0700 Subject: [PATCH] Fix lint issue Signed-off-by: Jon Johnson --- cli/config/configfile/file_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/config/configfile/file_test.go b/cli/config/configfile/file_test.go index e072d261ef..83574bf85c 100644 --- a/cli/config/configfile/file_test.go +++ b/cli/config/configfile/file_test.go @@ -392,7 +392,7 @@ func TestLoadFromReaderWithUsernamePassword(t *testing.T) { for _, tc := range []types.AuthConfig{ want, - types.AuthConfig{ + { Auth: encodeAuth(&want), }, } {