Skip to content

Commit

Permalink
fix Negotiation initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Feb 14, 2024
1 parent 547ea48 commit 693138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/configuration/components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def build_test_visibility_api(settings)
build_agentless_api(settings)
else
agent_settings = Datadog::Core::Configuration::AgentSettingsResolver.call(settings)
negotiation = Datadog::Core::Remote::Negotiation.new(settings)
negotiation = Datadog::Core::Remote::Negotiation.new(settings, agent_settings)

if can_use_evp_proxy_v4?(negotiation)
build_evp_proxy_v2_api(agent_settings)
Expand Down

0 comments on commit 693138e

Please sign in to comment.