summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-07-24 15:26:44 -0500
committerRobert Speicher <rspeicher@gmail.com>2019-07-24 15:28:14 -0500
commitbfe1df68ac744cd9ca3a148e471585d537e24e2e (patch)
tree319a29ccddafccb6e48d5b58b3b88e4518d93574
parent1dc2a2f689f963b932b9714ac5299c268e872b9c (diff)
downloadgitlab-ce-bfe1df68ac744cd9ca3a148e471585d537e24e2e.tar.gz
Copy dashboard fixture schema from EE
-rw-r--r--spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json b/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json
index 1ee1205e29a..5d779a323c2 100644
--- a/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json
+++ b/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/dashboard.json
@@ -1,6 +1,10 @@
{
"type": "object",
- "required": ["dashboard", "priority", "panel_groups"],
+ "required": [
+ "dashboard",
+ "priority",
+ "panel_groups"
+ ],
"properties": {
"dashboard": { "type": "string" },
"priority": { "type": "number" },