Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Nov 14, 2023
1 parent a43139d commit 52e9a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/http/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
regionsByKey = "/pd/api/v1/regions/key"
regionsByStoreID = "/pd/api/v1/regions/store"
Stores = "/pd/api/v1/stores"
Store = "/pd/api/v1/store"
Store = "/pd/api/v1/store"
MinResolvedTSPrefix = "/pd/api/v1/min-resolved-ts"

Leader = "/pd/api/v1/leader"
Expand Down
2 changes: 1 addition & 1 deletion tests/integrations/realtiup/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TIUP_BIN_DIR=$HOME/.tiup/bin/tiup

make clean
cd ../../../
#rm -rf bin
rm -rf bin
RUN_CI=1 make pd-server-basic


Expand Down

0 comments on commit 52e9a4c

Please sign in to comment.