From b367801f3991ddd6e305dd35941ca131519a1ed7 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 16 Oct 2024 12:24:41 +0200 Subject: [PATCH] fix failing tests because of changed source start lines --- spec/datadog/ci/contrib/rspec/instrumentation_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/datadog/ci/contrib/rspec/instrumentation_spec.rb b/spec/datadog/ci/contrib/rspec/instrumentation_spec.rb index 812e9252f..7d71a6b96 100644 --- a/spec/datadog/ci/contrib/rspec/instrumentation_spec.rb +++ b/spec/datadog/ci/contrib/rspec/instrumentation_spec.rb @@ -148,7 +148,7 @@ def rspec_session_run( :source_file, "spec/datadog/ci/contrib/rspec/instrumentation_spec.rb" ) - expect(first_test_span).to have_test_tag(:source_start, "139") + expect(first_test_span).to have_test_tag(:source_start, "121") expect(first_test_span).to have_test_tag( :codeowners, "[\"@DataDog/ruby-guild\", \"@DataDog/ci-app-libraries\"]" @@ -578,7 +578,7 @@ def expect_failure :source_file, "spec/datadog/ci/contrib/rspec/instrumentation_spec.rb" ) - expect(first_test_suite_span).to have_test_tag(:source_start, "57") + expect(first_test_suite_span).to have_test_tag(:source_start, "39") expect(first_test_suite_span).to have_test_tag( :codeowners, "[\"@DataDog/ruby-guild\", \"@DataDog/ci-app-libraries\"]"