Fix format calls as suggested by vet

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-01-14 14:12:03 -08:00
parent 23f9f8c3f4
commit 1f98347924

View File

@ -151,7 +151,7 @@ func TestResolveAuthConfigFullURL(t *testing.T) {
for configKey, registries := range validRegistries { for configKey, registries := range validRegistries {
configured, ok := expectedAuths[configKey] configured, ok := expectedAuths[configKey]
if !ok || configured.Email == "" { if !ok || configured.Email == "" {
t.Fatal() t.Fail()
} }
index := &IndexInfo{ index := &IndexInfo{
Name: configKey, Name: configKey,