Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <[email protected]>
  • Loading branch information
okJiang committed May 24, 2024
1 parent 120c0d4 commit a425cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pd-ctl/tests/global_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestSendAndGetComponent(t *testing.T) {
re := require.New(t)
handler := func(context.Context, *server.Server) (http.Handler, apiutil.APIServiceGroup, error) {
mux := http.NewServeMux()
mux.HandleFunc("/pd/api/v1/cluster", func(w http.ResponseWriter, r *http.Request) {
mux.HandleFunc("/pd/api/v1/cluster", func(w http.ResponseWriter, _ *http.Request) {
cluster := &metapb.Cluster{
Id: 0,
}
Expand Down

0 comments on commit a425cba

Please sign in to comment.