Skip to content

Commit

Permalink
address nits
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Jan 2, 2025
1 parent 1b2be7e commit 71a7f0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
fixes:
- |
django: Fixes issue where django cache is represented as a django service rather than the third party service.
tracing(django): Fixes issue where django cache is represented as a django service rather than the third party service.
2 changes: 0 additions & 2 deletions tests/contrib/django/test_django.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")):
Expand Down

0 comments on commit 71a7f0b

Please sign in to comment.