Fix failing test

This commit is contained in:
Matthew Holt 2022-09-01 21:40:15 -06:00
parent aefd821ae0
commit e77992dd99

View file

@ -60,7 +60,7 @@ func TestMapRespondWithDefault(t *testing.T) {
tester.AssertPostResponseBody("http://localhost:9080/version", []string{}, bytes.NewBuffer([]byte{}), 200, "hello from localhost unknown") tester.AssertPostResponseBody("http://localhost:9080/version", []string{}, bytes.NewBuffer([]byte{}), 200, "hello from localhost unknown")
} }
func TestMapAsJson(t *testing.T) { func TestMapAsJSON(t *testing.T) {
// arrange // arrange
tester := caddytest.NewTester(t) tester := caddytest.NewTester(t)
tester.InitServer(` tester.InitServer(`
@ -85,7 +85,7 @@ func TestMapAsJson(t *testing.T) {
{ {
"handler": "map", "handler": "map",
"source": "{http.request.method}", "source": "{http.request.method}",
"destinations": ["dest-name"], "destinations": ["{dest-name}"],
"defaults": ["unknown"], "defaults": ["unknown"],
"mappings": [ "mappings": [
{ {