Skip to content

tests: Fix dbusmock AddDevice calls to include optional argument

Benjamin Berg requested to merge benzea/fix-ci-2 into master

The dbusmock code checks that all parameters wanted by the dbus signature are given. As such, pass them, even though the parameters is optional on the python side.

Merge request reports