Skip to content

Commit 7ffc07f

Browse files
author
NarrowsProjects
committed
test: remove all attributes from summary
1 parent ea47bad commit 7ffc07f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,16 @@ export const runSummary = {
5252
'fillNumber',
5353
],
5454
include: [
55-
{ association: 'runType', attributes: ['name'] },
56-
{ association: 'tags', attributes: ['text', 'id'] },
57-
{ association: 'detectors', attributes: ['name'] },
55+
{ association: 'runType' },
56+
{ association: 'tags' },
57+
{ association: 'detectors' },
5858
{
5959
association: 'eorReasons',
6060
attributes: ['description'],
6161
include: {
6262
association: 'reasonType',
63-
attributes: ['category', 'title'],
6463
},
6564
},
66-
{ association: 'lhcPeriod', attributes: ['name'] },
65+
{ association: 'lhcPeriod' },
6766
],
6867
};

0 commit comments

Comments
 (0)