Commit dd7f88b
committed
fix(components_base): fix components base tests
Changed the special handling for list/dict types to:
Use logging_warning instead of logging_error
Call self._process_value(path, str(value) if value is not None else None)
to return the original value, matching the test expectations1 parent f182b69 commit dd7f88b
File tree
1 file changed
+8
-2
lines changed- ardupilot_methodic_configurator
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
0 commit comments