diff options
Diffstat (limited to 'server/sonar-web/src/test/json/groups-spec/search-big-2.json')
-rw-r--r-- | server/sonar-web/src/test/json/groups-spec/search-big-2.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/sonar-web/src/test/json/groups-spec/search-big-2.json b/server/sonar-web/src/test/json/groups-spec/search-big-2.json deleted file mode 100644 index 9d8a35bd3b6..00000000000 --- a/server/sonar-web/src/test/json/groups-spec/search-big-2.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "total": 2, - "p": 2, - "ps": 1, - "groups": [ - { - "id": "2", - "name": "sonar-administrators", - "description": "System administrators", - "membersCount": 1 - } - ] -} |