Add and fix forbidigo

This commit is contained in:
Kristoffer Dalby 2021-11-15 18:36:02 +00:00
parent c4d4c9c4e4
commit db8be91d8b
No known key found for this signature in database
GPG key ID: 09F62DC067465735
4 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
package main
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
@ -112,7 +111,6 @@ func (*Suite) TestTLSConfigValidation(c *check.C) {
c.Fatal(err)
}
// defer os.RemoveAll(tmpDir)
fmt.Println(tmpDir)
configYaml := []byte(
"---\ntls_letsencrypt_hostname: \"example.com\"\ntls_letsencrypt_challenge_type: \"\"\ntls_cert_path: \"abc.pem\"",
@ -139,7 +137,6 @@ func (*Suite) TestTLSConfigValidation(c *check.C) {
check.Matches,
".*Fatal config error: server_url must start with https:// or http://.*",
)
fmt.Println(tmp)
// Check configuration validation errors (2)
configYaml = []byte(