Skip to content

Commit eb470b8

Browse files
committed
Improve test transaction name
1 parent 4b822de commit eb470b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/elastic_apm/spies/redis_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module ElasticAPM
4242
redis = ::Redis.new
4343

4444
with_agent do
45-
ElasticAPM.with_transaction 'T' do
45+
ElasticAPM.with_transaction 'Redis failure test' do
4646
begin
4747
redis.bitop("meh", "dest1", "key1")
4848
rescue Redis::CommandError

0 commit comments

Comments
 (0)