Commit 3da8f9b
fix(fossid-webapp):
FossId versions before 24.3.2 did not return the "components" property
when it was empty. Now it returns '[]' for this property value which is
problematic, as it introduces polymorphism (a non-empty 'components'
property contains a map of integer to object).
This commit modifies just the test resource for exhaustivity. Model does
not have to be changed since this property is currently not mapped.
Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>components can be an empty array1 parent 761729b commit 3da8f9b
1 file changed
Lines changed: 1 addition & 17 deletions
File tree
- clients/fossid-webapp/src/test/resources/return-type/__files
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 82 | + | |
99 | 83 | | |
100 | 84 | | |
101 | 85 | | |
| |||
0 commit comments