Skip to content

Commit 72e41a5

Browse files
committed
fixed validation warnings
1 parent cc2c47f commit 72e41a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_send_telemetry_appinsights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_track_event_preserves_reserved_custom_event_name(self):
6666
patch("featuremanagement.azuremonitor._send_telemetry._event_logger.info") as mock_event_logger_info,
6767
patch("featuremanagement.azuremonitor._send_telemetry.HAS_OPENTELEMETRY_LOGGING", True),
6868
):
69-
featuremanagement.azuremonitor._send_telemetry.track_event(
69+
featuremanagement.azuremonitor._send_telemetry.track_event( # pylint: disable=protected-access
7070
"FeatureEvaluation",
7171
"test_user",
7272
{

0 commit comments

Comments
 (0)