Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Dec 30, 2024
1 parent 402288d commit a420c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/django/test_django.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def test_cache_get(test_spans):
assert len(spans) == 1

span = spans[0]
assert span.service == "default-cache"
assert span.service == "django"
assert span.resource == "django.core.cache.backends.locmem.get"
assert span.name == "django.cache"
assert span.span_type == "cache"
Expand Down

0 comments on commit a420c18

Please sign in to comment.