Skip to content

Commit

Permalink
fix(#3693): add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Jun 14, 2023
1 parent ef64a65 commit 063d3cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/wazuh_testing/wazuh_testing/modules/fim/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ def transform_registry_key_list(key_list=['test_key'], callback=ev.callback_key_
aux_dict[key] = (elem, callback)
else:
raise ValueError('It can only be a list or dictionary')

return aux_dict


def set_check_options(options):
Expand Down

0 comments on commit 063d3cd

Please sign in to comment.