Skip to content

Commit

Permalink
use clientParams
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Dec 5, 2023
1 parent 5eed703 commit 1537a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (r *Runner) Run(t *testing.T, svc *service.Service, bus psrpc.MessageBus, t
require.NoError(t, err)
defer room.Disconnect()

psrpcClient, err := rpc.NewEgressClient(bus)
psrpcClient, err := rpc.NewEgressClient(rpc.ClientParams{Bus: bus})
require.NoError(t, err)

// start debug handler
Expand Down

0 comments on commit 1537a84

Please sign in to comment.