Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Apr 29, 2020
1 parent 0c67a3e commit ecbf6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/manager/member/tiflash_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ var (
LogLevel: "info",
Server: &v1alpha1.FlashServerConfig{
EngineAddr: "test-tiflash-POD_NUM.test-tiflash-peer.test.svc:3930",
StatusAddr: "0.0.0.0:20292",
},
},
}
Expand Down Expand Up @@ -217,6 +218,7 @@ var (
LogLevel: "info1",
Server: &v1alpha1.FlashServerConfig{
EngineAddr: "test-tiflash-POD_NUM.test-tiflash-peer.test.svc:3930",
StatusAddr: "0.0.0.0:20292",
},
},
}
Expand Down

0 comments on commit ecbf6a1

Please sign in to comment.