format: gofmt

Signed-off-by: Louis Cabrol <louis@cabrol.xyz>
pull/11791/head
Louis Cabrol 3 years ago
parent ab7fb02af7
commit fa8c3e69a2

@ -486,7 +486,7 @@ func TestSecretDeleteLarge(t *testing.T) {
t.Errorf("Expected {%v}, got {%v}", ErrReleaseNotFound, err)
}
// Check that there's no leftover partial secrets
for key, _ := range secrets.impl.(*MockSecretsInterface).objects {
for key := range secrets.impl.(*MockSecretsInterface).objects {
t.Errorf("Expected no extra secret, found {%s}", key)
}
}

Loading…
Cancel
Save