Skip to content

Commit cc6f1a7

Browse files
committed
add test for reconnection
1 parent de76a1d commit cc6f1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ func TestGrpc_Reconnection(t *testing.T) {
198198
require.NoError(t, stopErr)
199199

200200
startErr := mockManagementPlaneGrpcContainer.Start(ctx)
201-
202201
require.NoError(t, startErr)
203-
202+
203+
mockManagementPlaneGrpcAddress = "managementPlane:9092"
204204
currentID := verifyConnection(t, 2)
205205
assert.Equal(t, originalID, currentID)
206206
}

0 commit comments

Comments
 (0)