Skip to content

Commit

Permalink
Python
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsamuel committed Nov 4, 2024
1 parent b53eb8e commit a973bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/tests/test_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_e2e(dd_agent_check, dd_default_hostname, instance_complex):
_assert_complex_config(
aggregator,
tags.SC_TAGS + tags.database_instance_resource_tags(dd_default_hostname),
tags.METRIC_TAGS + [f'database_hostname:{dd_default_hostname}' 'dbms_flavor:{}'.format(MYSQL_FLAVOR.lower())],
tags.METRIC_TAGS + [f'database_hostname:{dd_default_hostname}', 'dbms_flavor:{}'.format(MYSQL_FLAVOR.lower())],
hostname=dd_default_hostname,
e2e=True,
)
Expand Down

0 comments on commit a973bce

Please sign in to comment.