Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jul 21, 2021
1 parent 754eea4 commit ba2a0be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mysql/tests/test_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def test_statement_samples_enabled_config(dbm_instance, statement_samples_key, s
)
@pytest.mark.parametrize("default_schema", [None, "testdb"])
@pytest.mark.parametrize("aurora_replication_role", [None, "writer", "reader"])
def test_statement_metrics(aggregator, dd_run_check, dbm_instance, query, default_schema, datadog_agent, aurora_replication_role):
def test_statement_metrics(
aggregator, dd_run_check, dbm_instance, query, default_schema, datadog_agent, aurora_replication_role
):
mysql_check = MySql(common.CHECK_NAME, {}, [dbm_instance])

def run_query(q):
Expand Down

0 comments on commit ba2a0be

Please sign in to comment.