| 762 | |
| 763 | def test_prepare_paper_features_uses_embedding_service(monkeypatch): |
| 764 | class FakeService: |
| 765 | descriptor = "hash:hash:4" |
| 766 | |
| 767 | monkeypatch.setattr(daily_push_agent, "get_embedding_service", lambda: FakeService()) |
| 768 | monkeypatch.setattr( |
no outgoing calls