add tests for crypto.GenCert

This commit is contained in:
A.Unger
2021-06-08 10:37:26 +02:00
parent 7028bc4a44
commit 5518c6cf1c
6 changed files with 96 additions and 1 deletions

View File

@@ -166,5 +166,7 @@ type MigrationSelectorConf struct {
// New initializes a new configuration
func New() *Config {
return &Config{}
return &Config{
HTTP: HTTP{},
}
}