From e68b64c57bb0acfe34722b979e628a771cce7aba Mon Sep 17 00:00:00 2001 From: Brandon Pfeifer Date: Mon, 21 Nov 2022 14:10:10 -0500 Subject: [PATCH] chore: make "flux-testing" public (#23935) --- services/httpd/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`