Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Aug 21, 2023
1 parent 8cdf12d commit 8b0bdc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/parametric/test_sampling_span_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ def test_tags_defaults_rate_1_and_rate_limit_3_and_rule_0_sst009(self, test_agen
@bug(library="ruby", reason="ruby does not set dm tag")
@bug(library="cpp", reason="c++ sets dm tag -0")
@pytest.mark.parametrize(
"library_env",
[{"DD_TRACE_RATE_LIMIT": 3}],
"library_env", [{"DD_TRACE_RATE_LIMIT": 3}],
)
def test_tags_defaults_rate_1_and_rate_limit_3_sst010(self, test_agent, test_library):
parent_span, child_span, first_span = _get_spans(test_agent, test_library)
Expand All @@ -336,8 +335,7 @@ def test_tags_defaults_rate_1_and_rate_limit_3_sst010(self, test_agent, test_lib
@bug(library="ruby", reason="ruby does not set dm tag")
@bug(library="cpp", reason="c++ sets dm tag -0")
@pytest.mark.parametrize(
"library_env",
[{"DD_APPSEC_ENABLED": 1}],
"library_env", [{"DD_APPSEC_ENABLED": 1}],
)
def test_tags_appsec_enabled_sst011(self, test_agent, test_library):
parent_span, child_span, first_span = _get_spans(test_agent, test_library)
Expand Down

0 comments on commit 8b0bdc3

Please sign in to comment.