Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet committed Dec 26, 2024
1 parent c72f2ff commit 205df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwbench/environment/vendors/vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_pdus(self) -> list[PDU]:
"""Return a list of PDUs object"""
return self.pdus

def find_monitoring_sections(self, section_type: str, sections_list: list | None, max_sections=0):
def find_monitoring_sections(self, section_type: str, sections_list: list | None = None, max_sections=0):
"""Return sections of section_type from the monitoring configuration file"""
if sections_list is None:
sections_list = []
Expand Down

0 comments on commit 205df9b

Please sign in to comment.