Skip to content

Commit 63f00e6

Browse files
Update tests/integrations/redis/test_redis.py
Co-authored-by: sentry-warden[bot] <258096371+sentry-warden[bot]@users.noreply.github.com>
1 parent 46ba738 commit 63f00e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/redis/test_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def test_db_connection_attributes_client(
402402
attrs = redis_span["attributes"]
403403
assert attrs["sentry.op"] == "db.redis"
404404
assert attrs["db.system.name"] == "redis"
405-
assert attrs[SPANDATA.DB_DRIVER_NAME] == "redis"
405+
assert attrs[SPANDATA.DB_DRIVER_NAME] == "redis-py"
406406
assert attrs["db.namespace"] == "1"
407407
assert attrs[SPANDATA.SERVER_ADDRESS] == "localhost"
408408
assert attrs[SPANDATA.SERVER_PORT] == 63791

0 commit comments

Comments
 (0)