Fix handling domain-add event in qui-updates#228
Conversation
Event handlers are called with keyword arguments, so "vm" needs to remain "vm". Fixes: a3f61ca "Do not notify outdated & EOL VMs if `skip-update` set"
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #228 +/- ##
==========================================
- Coverage 93.58% 93.56% -0.02%
==========================================
Files 57 57
Lines 10899 10899
==========================================
- Hits 10200 10198 -2
- Misses 699 701 +2 ☔ View full report in Codecov by Sentry. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024110718-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024091704-4.3&flavor=update
Failed tests9 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/112766#dependencies 201 fixed
Unstable testsDetails
|
Event handlers are called with keyword arguments, so "vm" needs to
remain "vm".
Fixes: a3f61ca "Do not notify outdated & EOL VMs if
skip-updateset"