diff options
author | Matthew Holt <[email protected]> | 2019-05-04 13:21:20 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-05-04 13:21:20 -0600 |
commit | 2eb35933271d5b2ef1ca29aaa8f00f6748c56424 (patch) | |
tree | 480d08eb3f9b85353fb858d2b1b6c9cb86f33954 /admin_test.go | |
parent | 1136e2cfeed5cc06a0811d39c2560c06f9dd74a2 (diff) | |
download | caddy-2eb35933271d5b2ef1ca29aaa8f00f6748c56424.tar.gz caddy-2eb35933271d5b2ef1ca29aaa8f00f6748c56424.zip |
Begin implementing HTTP replacer and static responder
Diffstat (limited to 'admin_test.go')
-rw-r--r-- | admin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_test.go b/admin_test.go index fe2932cb8..73a9efea1 100644 --- a/admin_test.go +++ b/admin_test.go @@ -9,7 +9,7 @@ func BenchmarkLoad(b *testing.B) { for i := 0; i < b.N; i++ { r := strings.NewReader(`{ "testval": "Yippee!", - "modules": { + "apps": { "http": { "servers": { "myserver": { |