Skip to content

Commit d30ed42

Browse files
committed
fix rubocop offense
1 parent 9be6263 commit d30ed42

File tree

1 file changed

+1
-3
lines changed
  • resources/aws/test/opentelemetry/resource/detector

1 file changed

+1
-3
lines changed

resources/aws/test/opentelemetry/resource/detector/aws_test.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)