From 5e1b68ce163cbff0b859a04efed1c7706dbba0f8 Mon Sep 17 00:00:00 2001 From: Alex Fournier Date: Thu, 23 Jul 2026 14:06:33 -0700 Subject: [PATCH] test(telemetry): mock profile consent source Signed-off-by: Alex Fournier --- tests/plugins/test_nemo_relay_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_nemo_relay_plugin.py b/tests/plugins/test_nemo_relay_plugin.py index 0dc4683d94ba..6081f0660f73 100644 --- a/tests/plugins/test_nemo_relay_plugin.py +++ b/tests/plugins/test_nemo_relay_plugin.py @@ -381,7 +381,7 @@ def test_shared_metrics_and_rich_plugin_share_one_core_session( "HERMES_NEMO_RELAY_ATIF_OUTPUT_DIRECTORY", str(tmp_path / "atif") ) monkeypatch.setattr( - "hermes_cli.config.load_config_readonly", + "hermes_cli.config.read_raw_config", lambda: {"telemetry": {"shared_metrics": {"enabled": True}}}, ) plugin = _fresh_plugin(monkeypatch, fake)