File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
resources/aws/test/opentelemetry/resource/detector Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def assert_detection_result(detectors)
5252
5353 it 'returns an empty resource when EC2 detection fails' do
5454 assert_detection_result ( [ :ec2 ] )
55-
5655 end
5756
5857 it 'returns an empty resource when ECS detection fails' do
@@ -111,7 +110,6 @@ def assert_detection_result(detectors)
111110 _ ( attributes [ RESOURCE ::HOST_ID ] ) . must_equal ( 'i-1234567890abcdef0' )
112111 _ ( attributes [ RESOURCE ::HOST_TYPE ] ) . must_equal ( 'm5.xlarge' )
113112 _ ( attributes [ RESOURCE ::HOST_NAME ] ) . must_equal ( hostname )
114-
115113 end
116114
117115 describe 'with succesefful ECS detection' do
@@ -228,4 +226,4 @@ def assert_detection_result(detectors)
228226 end
229227 end
230228 end
231- end
229+ end
You can’t perform that action at this time.
0 commit comments