Skip to content

Commit

Permalink
fix failing tests because of changed source start lines
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Oct 16, 2024
1 parent f01a939 commit b367801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/ci/contrib/rspec/instrumentation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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\"]"
Expand Down Expand Up @@ -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\"]"
Expand Down

0 comments on commit b367801

Please sign in to comment.