Skip to content

Commit

Permalink
Revert small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-checkmk authored May 31, 2024
1 parent 9ab0c92 commit 5ad7d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, module):
# may be "present", "abesent" or an individual one
self.state = ""

def _fetch(self, code_mapping=None, endpoint="", data=None, method="GET"):
def _fetch(self, code_mapping="", endpoint="", data=None, method="GET"):
http_mapping = GENERIC_HTTP_CODES.copy()
http_mapping.update(code_mapping)

Expand Down

0 comments on commit 5ad7d2b

Please sign in to comment.