Skip to content

Commit

Permalink
avoid modifying frozen string for ci_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 3, 2024
1 parent 2699969 commit 7446849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/contrib/rspec/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(*args)
test_name = test_name.sub(test_suite_description, "").strip

if ci_queue?
suite_name << " (ci-queue running example [#{test_name}])"
suite_name = "#{suite_name} (ci-queue running example [#{test_name}])"
test_suite_span = CI.start_test_suite(suite_name)
end

Expand Down

0 comments on commit 7446849

Please sign in to comment.