Skip to content

Commit 11f73ac

Browse files
fix unit test
1 parent 449fe63 commit 11f73ac

1 file changed

Lines changed: 1 addition & 33 deletions

File tree

workspaces/scorecard/plugins/scorecard/src/alpha/blueprints/ScorecardLayoutBlueprint.test.tsx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -43,39 +43,7 @@ describe('ScorecardEntityContentLayoutBlueprint', () => {
4343
},
4444
"configSchema": {
4545
"parse": [Function],
46-
"schema": {
47-
"$schema": "http://json-schema.org/draft-07/schema#",
48-
"additionalProperties": false,
49-
"properties": {
50-
"groups": {
51-
"additionalProperties": {
52-
"additionalProperties": false,
53-
"properties": {
54-
"description": {
55-
"type": "string",
56-
},
57-
"metrics": {
58-
"items": {
59-
"type": "string",
60-
},
61-
"type": "array",
62-
},
63-
"title": {
64-
"type": "string",
65-
},
66-
},
67-
"required": [
68-
"title",
69-
"metrics",
70-
],
71-
"type": "object",
72-
},
73-
"default": {},
74-
"type": "object",
75-
},
76-
},
77-
"type": "object",
78-
},
46+
"schema": [Function],
7947
},
8048
"disabled": false,
8149
"factory": [Function],

0 commit comments

Comments
 (0)