Skip to content

Commit

Permalink
Added fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Rathore committed Nov 6, 2024
1 parent 9ff9600 commit 4cd1eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def build_mock_condition(name, condition):
}

def build_mock_parameter(name, description, value=None,
conditional_values=None, default_value=None):
conditional_values=None, default_value=None, parameter_groups=None):
return {
'name': name,
'description': description,
Expand Down

0 comments on commit 4cd1eb1

Please sign in to comment.