Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Oct 10, 2024
1 parent ea0fc43 commit a70480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parametric/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def test_telemetry_sca_enabled_propagated(
assert cfg_appsec_enabled.get("value") == outcome_value

@pytest.mark.parametrize("library_env", [{**DEFAULT_ENVVARS}])
@missing_feature(context.library <= "python@2.16.0", reason="Does not report DD_APPSEC_SCA_ENABLED configuration if the default value is used")
@missing_feature(context.library <= "python@2.16.0", reason="Does not report DD_APPSEC_SCA_ENABLED configuration if the default value is used")
def test_telemetry_sca_enabled_not_propagated(self, library_env, test_agent, test_library):
configuration_by_name = self.get_app_started_configuration_by_name(test_agent, test_library)

Expand Down

0 comments on commit a70480e

Please sign in to comment.