Skip to content

Commit

Permalink
Revert changes to server_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreKr committed Oct 19, 2019
1 parent efc7355 commit ca6b2a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func (f FakeServer) Succeed(ctx context.Context, req *google_protobuf.Empty) (*g
func TestErrorInstrumentationMiddleware(t *testing.T) {
var cfg Config
cfg.RegisterFlags(flag.NewFlagSet("", flag.ExitOnError))
cfg.HTTPListenAddress = "localhost"
cfg.HTTPListenPort = 9190
cfg.GRPCListenAddress = "localhost"
cfg.GRPCListenPort = 1234
server, err := New(cfg)
Expand Down

0 comments on commit ca6b2a6

Please sign in to comment.