Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvictory committed May 20, 2020
1 parent 1e07952 commit c6abc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/getty/getty_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func getClient(url common.URL) *Client {
ConnectTimeout: config.GetConsumerConfig().ConnectTimeout,
})

exchangeClient := remoting.NewExchangeClient(url, client, 5*time.Second)
exchangeClient := remoting.NewExchangeClient(url, client, 5*time.Second, false)
client.SetExchangeClient(exchangeClient)
client.Connect(url)
client.SetResponseHandler(exchangeClient)
Expand Down

0 comments on commit c6abc0d

Please sign in to comment.