Skip to content

Commit 4f47f6f

Browse files
committed
add test for reconnection
1 parent c5cae19 commit 4f47f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ func verifyConnection(t *testing.T, instancesLength int) string {
231231
url := fmt.Sprintf("http://%s/api/v1/connection", mockManagementPlaneAPIAddress)
232232
resp, err := client.R().EnableTrace().Get(url)
233233

234+
t.Logf("------------ url: %s", url)
234235
require.NoError(t, err)
235236
assert.Equal(t, http.StatusOK, resp.StatusCode())
236237

0 commit comments

Comments
 (0)