aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/users-spec/search-big-2.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/test/json/users-spec/search-big-2.json')
-rw-r--r--server/sonar-web/src/test/json/users-spec/search-big-2.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/server/sonar-web/src/test/json/users-spec/search-big-2.json b/server/sonar-web/src/test/json/users-spec/search-big-2.json
new file mode 100644
index 00000000000..605d9c1d62f
--- /dev/null
+++ b/server/sonar-web/src/test/json/users-spec/search-big-2.json
@@ -0,0 +1,13 @@
+{
+ "total": 3,
+ "p": 2,
+ "ps": 2,
+ "users": [
+ {
+ "login": "ryan",
+ "name": "John",
+ "email": "john@example.com",
+ "scmAccounts": []
+ }
+ ]
+}