Skip to content

Commit bb42c83

Browse files
committed
chore: make everything happy
Signed-off-by: Chojan Shang <psiace@apache.org>
1 parent 7f9707e commit bb42c83

6 files changed

Lines changed: 377 additions & 210 deletions

File tree

contrib/bubseek-dingtalk/tests/test_inbound_flow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ def test_dingtalk_inbound_message_format() -> None:
4646
assert inbound.context_str # Used by build_prompt
4747

4848

49-
def test_dingtalk_inbound_reaches_agent(tmp_path: Path) -> None:
49+
def test_dingtalk_inbound_reaches_agent(tmp_path: Path, monkeypatch) -> None:
5050
"""Verify DingTalk inbound flows through process_inbound to dispatch (requires LLM)."""
51+
monkeypatch.setenv("BUB_HOME", str(tmp_path))
52+
monkeypatch.setenv("BUB_TAPESTORE_SQLALCHEMY_URL", "") # use SQLite so test does not need MySQL
5153

5254
async def _run() -> None:
5355
framework = BubFramework()

0 commit comments

Comments
 (0)