We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59ae97 commit a7334b8Copy full SHA for a7334b8
test/api/set_transaction_name_test.rb
@@ -75,7 +75,7 @@
75
_(result).must_equal true
76
end
77
78
- it 'set_transaction_name_truncated_to_256_chars xuan' do
+ it 'set_transaction_name_truncated_to_256_chars' do
79
@solarwinds_processor.on_start(@span, OpenTelemetry::Context.current)
80
OpenTelemetry::Trace.stub(:current_span, @dummy_span) do
81
long_name = 'a' * 500
0 commit comments