Browse Source

Merge pull request #9350 from roidelapluie/fix-tests

config: fix puppetdb tests
pull/9351/head
Julius Volz 3 years ago committed by GitHub
parent
commit
d1f051381e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/config_test.go

4
config/config_test.go

@ -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",

Loading…
Cancel
Save