From e9d01329ece74fc444fdc01689e2833f691063d9 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 16 May 2016 12:06:26 +0200 Subject: [PATCH] SONAR-7187 Fix example due to removal of pagination --- .../resources/org/sonar/server/ce/ws/activity-example.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json b/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json index 93d300ba1d7..29944376c28 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json +++ b/server/sonar-server/src/main/resources/org/sonar/server/ce/ws/activity-example.json @@ -1,9 +1,4 @@ { - "paging": { - "pageIndex": 1, - "pageSize": 10, - "total": 233 - }, "tasks": [ { "id": "BU_dO1vsORa8_beWCwsP", -- 2.39.5