Skip to content

Commit

Permalink
Fixed broken unit test (product catalog service) (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
  • Loading branch information
sadkovoy authored Mar 17, 2021
1 parent 3a1850d commit cbd3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/productcatalogservice/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

func TestServer(t *testing.T) {
ctx := context.Background()
addr := run(0)
addr := run(port)
conn, err := grpc.Dial(addr,
grpc.WithInsecure(),
grpc.WithStatsHandler(&ocgrpc.ClientHandler{}))
Expand Down

0 comments on commit cbd3c96

Please sign in to comment.