Skip to content

Commit

Permalink
Check listen error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Jul 11, 2024
1 parent 36f4169 commit 62c1bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/healthcheckv2extension/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
func TestComponentStatus(t *testing.T) {
cfg := createDefaultConfig().(*Config)
cfg.HTTPConfig.Endpoint = testutil.GetAvailableLocalAddress(t)
cfg.GRPCConfig.NetAddr.Endpoint = testutil.GetAvailableLocalAddress(t)
cfg.UseV2 = true
ext := newExtension(context.Background(), *cfg, extensiontest.NewNopSettings())

Expand Down

0 comments on commit 62c1bb0

Please sign in to comment.