Skip to content

Commit

Permalink
Minor tweak: specify agent.port as integer
Browse files Browse the repository at this point in the history
Co-authored-by: TonyCTHsu <tony.hsu@datadoghq.com>
  • Loading branch information
ivoanjo and TonyCTHsu authored Sep 11, 2024
1 parent 63e03d5 commit 0707228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/crashtracking/component_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@

Datadog.configure do |c|
c.agent.host = 'google.com'
c.agent.port = '12345'
c.agent.port = 12345
end

expect_in_fork do
Expand Down

0 comments on commit 0707228

Please sign in to comment.