diff --git a/services/httpd/config.go b/services/httpd/config.go index 560b4936079..8e1c5636ade 100644 --- a/services/httpd/config.go +++ b/services/httpd/config.go @@ -40,7 +40,7 @@ type Config struct { WriteTracing bool `toml:"write-tracing"` FluxEnabled bool `toml:"flux-enabled"` FluxLogEnabled bool `toml:"flux-log-enabled"` - FluxTesting bool `toml:"-"` + FluxTesting bool `toml:"flux-testing"` PprofEnabled bool `toml:"pprof-enabled"` PprofAuthEnabled bool `toml:"pprof-auth-enabled"` DebugPprofEnabled bool `toml:"debug-pprof-enabled"`