Skip to content

Commit

Permalink
Refactor code to remove unused paths parameter in DbusService constru…
Browse files Browse the repository at this point in the history
…ctor
  • Loading branch information
0x7878 committed Nov 14, 2024
1 parent 52e3275 commit f531c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_template_values(test_service):
def run_tests():
'''function to run tests'''
test_get_value_by_path()
test_service = DbusService(servicename="testing", paths="dummy", actual_inverter=0)
test_service = DbusService(servicename="testing", actual_inverter=0)
test_opendtu_reachable(test_service)
test_opendtu_producing(test_service)
test_ahoy_values(test_service)
Expand Down

0 comments on commit f531c41

Please sign in to comment.