Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadada committed Sep 9, 2024
1 parent 441a94d commit a51caa3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sqlserver/datadog_checks/sqlserver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ def _build_tags(self, custom_tags, propagate_agent_tags):
else:
tags = custom_tags
if len(list(set(custom_tags))) != len(custom_tags):
print('natasha hereeeeeeeee')
print(custom_tags)
print(list(set(custom_tags)))
raise ConfigurationError(
'natasha hereeee custom tags before: {} custom tags after: {}'.format(
custom_tags, list(set(custom_tags))
)
)

if propagate_agent_tags:
try:
Expand Down

0 comments on commit a51caa3

Please sign in to comment.