Skip to content

Commit

Permalink
Fix Token Propagation Test
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Oct 5, 2024
1 parent 82044f5 commit 7f949dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/query/app/token_propagation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ func runQueryService(t *testing.T, esURL string) *Server {
},
GRPC: configgrpc.ServerConfig{
NetAddr: confignet.AddrConfig{
Endpoint: ":0",
Endpoint: ":0",
Transport: "tcp",
},
},
},
tenancy.NewManager(&tenancy.Options{}),
telset,
false,
)
require.NoError(t, err)
require.NoError(t, server.Start(context.Background()))
Expand Down

0 comments on commit 7f949dd

Please sign in to comment.