summaryrefslogtreecommitdiff
path: root/caddytest/integration/map_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddytest/integration/map_test.go')
-rw-r--r--caddytest/integration/map_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/caddytest/integration/map_test.go b/caddytest/integration/map_test.go
index 7cd769e..afed0c3 100644
--- a/caddytest/integration/map_test.go
+++ b/caddytest/integration/map_test.go
@@ -60,7 +60,7 @@ func TestMapRespondWithDefault(t *testing.T) {
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
tester := caddytest.NewTester(t)
tester.InitServer(`
@@ -85,7 +85,7 @@ func TestMapAsJson(t *testing.T) {
{
"handler": "map",
"source": "{http.request.method}",
- "destinations": ["dest-name"],
+ "destinations": ["{dest-name}"],
"defaults": ["unknown"],
"mappings": [
{