Remove unnecessary list from json parameters output#12557
Remove unnecessary list from json parameters output#12557xjules merged 1 commit intoequinor:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12557 +/- ##
==========================================
- Coverage 90.58% 90.56% -0.03%
==========================================
Files 435 435
Lines 29915 29914 -1
==========================================
- Hits 27098 27091 -7
- Misses 2817 2823 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #12557 will not alter performanceComparing Summary
|
|
Assuming no one else is using this endpoint. Maybe we should make an issue to remove it ? Its used in webviz-ert: But its only using the Added an issue related to this equinor/webviz-ert#503 |
Since all parameters are pydentic, we can directly dump elements into json in the darkstorage endpoints without the list.
e45d49c to
1175cef
Compare
I have another webviz-ert PR (equinor/webviz-ert#502), which will fix it. |
Issue
Resolves #12556
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'just rapid-tests')When applicable