Fix error message

jeff-update-tls-max-version
Jeff Mitchell 5 years ago
parent 7387cec475
commit 645a068dab

@ -63,7 +63,7 @@ func startDbInDockerSupported(dialect string) (cleanup func() error, retURL, con
defer db.Close()
return nil
}); err != nil {
return func() error { return nil }, "", "", fmt.Errorf("could not connect to docker: %w", err)
return func() error { return nil }, "", "", fmt.Errorf("could not ping postgres on startup: %w", err)
}
return cleanup, url, resource.Container.Name, nil

Loading…
Cancel
Save