config: fix puppetdb tests

This PR fixes the tests in main. The last merge introduced a failing
test in the config package.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2021-09-16 18:29:32 +02:00
parent 62906c1b4f
commit 9d65017798
1 changed files with 2 additions and 2 deletions

View File

@ -1297,7 +1297,7 @@ var expectedErrors = []struct {
},
{
filename: "puppetdb_no_url.bad.yml",
errMsg: "url missing",
errMsg: "URL is missing",
},
{
filename: "puppetdb_bad_url.bad.yml",
@ -1305,7 +1305,7 @@ var expectedErrors = []struct {
},
{
filename: "puppetdb_no_scheme.bad.yml",
errMsg: "url scheme must be http or https",
errMsg: "URL scheme must be 'http' or 'https'",
},
{
filename: "hetzner_role.bad.yml",