[Testing:System] Remove old field from notebook example#12362
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12362 +/- ##
=========================================
Coverage 21.67% 21.67%
Complexity 9620 9620
=========================================
Files 268 268
Lines 36164 36164
Branches 486 486
=========================================
Hits 7837 7837
Misses 27845 27845
Partials 482 482
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
I took a look at the original warning (line 12258 in the vagrant up step of the linked job), and noticed that the warning present refers to the invalid JSON parameter |
Rkoester47
left a comment
There was a problem hiding this comment.
Looks good, the invalid config value was removed in the way from the linked PR. After the removal on this branch, I can't find 'hide_submitted_files' anywhere else.
You can rebuild the gradeable and see the errors. Log in as instructor, click arrow next teh gradeable to edit, and move to autograding tab, and click rebuild at the bottom. |
|
related to #7246, could close? if necessary but I am unsure |
Yeah definitely related. I'd argue #7804 may have resolved that issue. It would be good for @bmcutler to verify if everything there has been addressed with that config being moved to the UI. I don't think this blocks this PR in any way but still good to potentially address that issue. |
Why is this Change Important & Necessary?
Lingering change from #7804
See warning/error in https://github.com/Submitty/Submitty/actions/runs/21500146068/job/61944467809#step:5:12258
What is the New Behavior?
hide_submitted_files, an invalid config value, is now removed from the notebook_expected_string config example.