forked from TrueCloudLab/distribution
Fix format calls as suggested by vet
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
23f9f8c3f4
commit
1f98347924
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ func TestResolveAuthConfigFullURL(t *testing.T) {
|
|||
for configKey, registries := range validRegistries {
|
||||
configured, ok := expectedAuths[configKey]
|
||||
if !ok || configured.Email == "" {
|
||||
t.Fatal()
|
||||
t.Fail()
|
||||
}
|
||||
index := &IndexInfo{
|
||||
Name: configKey,
|
||||
|
|
Loading…
Reference in a new issue