Skip to content

Commit

Permalink
Do not add can_use_jdbc to check_initializations
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Dec 14, 2022
1 parent 786fa2e commit 59bc4ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oracle/datadog_checks/oracle/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def __init__(self, name, init_config, instances):
)

self.check_initializations.append(self._query_manager.compile_queries)
self.check_initializations.append(self.can_use_jdbc)

self._query_errors = 0
self._connection_errors = 0
Expand Down

0 comments on commit 59bc4ea

Please sign in to comment.