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 4a2d6a8 commit 4a93a0cCopy full SHA for 4a93a0c
instrumentation/aws_sdk/test/opentelemetry/patches/telemetry_test.rb
@@ -39,7 +39,7 @@
39
describe 'Lambda' do
40
let(:service_name) { 'Lambda' }
41
let(:service_uri) do
42
- 'https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/'
+ 'https://lambda.us-east-1.amazonaws.com/2015-03-31/functions'
43
end
44
let(:client) do
45
Aws::Lambda::Client.new(
@@ -82,7 +82,7 @@
82
83
it 'creates spans with all the non-stubbed parameters' do
84
skip unless TestHelper.telemetry_plugin?(service_name)
85
- stub_request(:get, 'https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/')
+ stub_request(:get, 'https://lambda.us-east-1.amazonaws.com/2015-03-31/functions')
86
87
client = Aws::Lambda::Client.new(
88
telemetry_provider: otel_provider,
0 commit comments