From 71a7f0b48cf2ce18b198dd47faf9e57008fe16a9 Mon Sep 17 00:00:00 2001 From: quinna-h Date: Thu, 2 Jan 2025 10:13:57 -0500 Subject: [PATCH] address nits --- ...ango-cache-service-name-schematization-bef19b44b7414016.yaml | 2 +- tests/contrib/django/test_django.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/releasenotes/notes/django-cache-service-name-schematization-bef19b44b7414016.yaml b/releasenotes/notes/django-cache-service-name-schematization-bef19b44b7414016.yaml index 4447ecfe44..0fbdb9993a 100644 --- a/releasenotes/notes/django-cache-service-name-schematization-bef19b44b7414016.yaml +++ b/releasenotes/notes/django-cache-service-name-schematization-bef19b44b7414016.yaml @@ -1,4 +1,4 @@ --- fixes: - | - django: Fixes issue where django cache is represented as a django service rather than the third party service. \ No newline at end of file + tracing(django): Fixes issue where django cache is represented as a django service rather than the third party service. \ No newline at end of file diff --git a/tests/contrib/django/test_django.py b/tests/contrib/django/test_django.py index da00c07667..1bd223539c 100644 --- a/tests/contrib/django/test_django.py +++ b/tests/contrib/django/test_django.py @@ -771,8 +771,6 @@ def test_cache_get(test_spans): def test_cache_service_schematization(test_spans): - from ddtrace import config - cache = django.core.cache.caches["default"] with override_config("django", dict(cache_service_name="test-cache-service")):