diff --git a/server/api_test.go b/server/api_test.go index 55f1fe4b..6f88718f 100644 --- a/server/api_test.go +++ b/server/api_test.go @@ -743,6 +743,7 @@ func TestListClients(t *testing.T) { ctx := context.Background() + // List Clients listResp, err := client.ListClients(ctx, &api.ListClientReq{}) if err != nil { t.Fatalf("Unable to list clients: %v", err)