Skip to content

Commit

Permalink
Test trigger tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Jul 5, 2024
1 parent 256c1b9 commit 1c4da9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions activemq_xml/datadog_checks/activemq_xml/activemq_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@


class ActiveMQXML(AgentCheck):
"""
Dummy doc string to trigger tests
"""

def check(self, _):
url = self.instance.get("url")
custom_tags = self.instance.get('tags', [])
Expand Down
2 changes: 0 additions & 2 deletions datadog_checks_base/datadog_checks/base/checks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1382,5 +1382,3 @@ def profile_memory(self, func, namespaces=None, args=(), kwargs=None, extra_tags

for m in metrics:
self.gauge(m.name, m.value, tags=tags, raw=True)

# Trigger all test runs
4 changes: 4 additions & 0 deletions sqlserver/datadog_checks/sqlserver/sqlserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@


class SQLServer(AgentCheck):
"""
Dummy docstring to trigger tests
"""

__NAMESPACE__ = "sqlserver"

def __init__(self, name, init_config, instances):
Expand Down

0 comments on commit 1c4da9d

Please sign in to comment.