summaryrefslogtreecommitdiff
path: root/admin_test.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-05-04 13:21:20 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-05-04 13:21:20 -0600
commit2eb35933271d5b2ef1ca29aaa8f00f6748c56424 (patch)
tree480d08eb3f9b85353fb858d2b1b6c9cb86f33954 /admin_test.go
parent1136e2cfeed5cc06a0811d39c2560c06f9dd74a2 (diff)
Begin implementing HTTP replacer and static responder
Diffstat (limited to 'admin_test.go')
-rw-r--r--admin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_test.go b/admin_test.go
index fe2932c..73a9efe 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": {