Skip to content

Commit

Permalink
Fix broken utilization test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Feb 17, 2024
1 parent d37a2d0 commit 7e009ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent_unittests/test_utilization_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def reset(wrapped, instance, args, kwargs):
return reset


@reset_agent_config(INI_FILE_WITHOUT_UTIL_CONF, ENV_WITHOUT_UTIL_CONF)
@reset_agent_config(INI_FILE_WITHOUT_UTIL_CONF, {"NEW_RELIC_HOST": "collector.newrelic.com"})
def test_otlp_host_port_default():
settings = global_settings()
assert settings.otlp_host == "otlp.nr-data.net"
Expand Down

0 comments on commit 7e009ee

Please sign in to comment.