diff --git a/dot/config_test.go b/dot/config_test.go index 7e8922c7f2..ab801a0237 100644 --- a/dot/config_test.go +++ b/dot/config_test.go @@ -74,7 +74,6 @@ func TestConfig(t *testing.T) { WS: true, }, Pprof: PprofConfig{ - Enabled: true, Settings: pprof.Settings{ ListeningAddress: "localhost:6060", }, @@ -134,7 +133,6 @@ func TestConfig(t *testing.T) { WSUnsafeExternal: false, }, Pprof: PprofConfig{ - Enabled: true, Settings: pprof.Settings{ ListeningAddress: "localhost:6060", BlockProfileRate: 0,