Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Sep 20, 2022
1 parent f5a913a commit b8c02e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dot/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func TestConfig(t *testing.T) {
WS: true,
},
Pprof: PprofConfig{
Enabled: true,
Settings: pprof.Settings{
ListeningAddress: "localhost:6060",
},
Expand Down Expand Up @@ -134,7 +133,6 @@ func TestConfig(t *testing.T) {
WSUnsafeExternal: false,
},
Pprof: PprofConfig{
Enabled: true,
Settings: pprof.Settings{
ListeningAddress: "localhost:6060",
BlockProfileRate: 0,
Expand Down

0 comments on commit b8c02e4

Please sign in to comment.