Skip to content

Commit 6da2f66

Browse files
committed
Fix unit tests
1 parent b462e5b commit 6da2f66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dot/config_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ func TestConfig(t *testing.T) {
7474
WS: true,
7575
},
7676
Pprof: PprofConfig{
77-
Enabled: true,
7877
Settings: pprof.Settings{
7978
ListeningAddress: "localhost:6060",
8079
},
@@ -134,7 +133,6 @@ func TestConfig(t *testing.T) {
134133
WSUnsafeExternal: false,
135134
},
136135
Pprof: PprofConfig{
137-
Enabled: true,
138136
Settings: pprof.Settings{
139137
ListeningAddress: "localhost:6060",
140138
BlockProfileRate: 0,

0 commit comments

Comments
 (0)