Skip to content

Commit

Permalink
Solve bug by typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomin-crest committed Oct 30, 2024
1 parent b826aed commit 73a87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivantiitsm_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _add_attachment(self, action_result, ticket_id, vault_id):
def _handle_test_connectivity(self, param):

# Add an action result object to self (BaseConnector) to represent the action for this param
self.debug_pring("Running test connectivity")
self.debug_print("Running test connectivity")
action_result = self.add_action_result(ActionResult(dict(param)))

ret_val = self._connect(action_result)
Expand Down

0 comments on commit 73a87dc

Please sign in to comment.