mirror of https://github.com/docker/cli.git
Fix lint issue
Signed-off-by: Jon Johnson <jonjohnson@google.com>
This commit is contained in:
parent
415f608620
commit
8f11fbc876
|
@ -392,7 +392,7 @@ func TestLoadFromReaderWithUsernamePassword(t *testing.T) {
|
||||||
|
|
||||||
for _, tc := range []types.AuthConfig{
|
for _, tc := range []types.AuthConfig{
|
||||||
want,
|
want,
|
||||||
types.AuthConfig{
|
{
|
||||||
Auth: encodeAuth(&want),
|
Auth: encodeAuth(&want),
|
||||||
},
|
},
|
||||||
} {
|
} {
|
||||||
|
|
Loading…
Reference in New Issue