Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 committed Jul 18, 2023
1 parent 53713c3 commit 6579847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonic_data_client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ func TestZmqReconnect(t *testing.T) {

func TestRetryHelper(t *testing.T) {
// create ZMQ server
zmqServer := swsscommon.NewZmqServer("tcp://*:1234")
zmqServer := swsscommon.NewZmqServer("tcp://*:2234")

// create ZMQ client side
zmqAddress := "tcp://127.0.0.1:1234"
zmqAddress := "tcp://127.0.0.1:2234"
zmqClient := swsscommon.NewZmqClient(zmqAddress)
returnError := true
exeCount := 0
Expand Down

0 comments on commit 6579847

Please sign in to comment.