mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
test(telemetry): mock profile consent source
Signed-off-by: Alex Fournier <afournier@nvidia.com>
This commit is contained in:
parent
d2e179c54f
commit
5e1b68ce16
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue