Skip to content

Commit

Permalink
Fix the initialize() called twice
Browse files Browse the repository at this point in the history
Signed-off-by: James Ryans <james.ryans2012@gmail.com>
  • Loading branch information
james-ryans committed Apr 5, 2024
1 parent 1ae55b2 commit 0f2ceb4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/jaeger/internal/integration/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ func (s *GRPCStorageIntegration) cleanUp(t *testing.T) {
func TestGRPCStorage(t *testing.T) {
integration.SkipUnlessEnv(t, "grpc")

server, err := integration.NewGRPCServer()
require.NoError(t, err)
s := &GRPCStorageIntegration{
server: server,
}
s := &GRPCStorageIntegration{}
s.ConfigFile = "cmd/jaeger/grpc_config.yaml"
s.initialize(t)
s.e2eInitialize(t)
Expand Down

0 comments on commit 0f2ceb4

Please sign in to comment.