Skip to content

Commit 5115d3d

Browse files
committed
Fix typo in gcp resource detector test
1 parent f042d83 commit 5115d3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resource-detectors/test/opentelemetry/detectors/google_cloud_platform_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
describe 'and a nil resource value is detected' do
6363
let(:project_id) { nil }
6464

65-
it 'returns a with that label' do
65+
it 'returns a resource without that label' do
6666
_(detected_resource_labels.key?('cloud.account.id')).must_equal(false)
6767
end
6868
end
6969

7070
describe 'and an empty string resource value is detected' do
7171
let(:project_id) { '' }
7272

73-
it 'returns a with that label' do
73+
it 'returns a resource without that label' do
7474
_(detected_resource_labels.key?('cloud.account.id')).must_equal(false)
7575
end
7676
end

0 commit comments

Comments
 (0)