mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
test(e2e): add intentional failure to verify CI detection
Temporary commit — will be reverted after confirming CI catches it.
This commit is contained in:
parent
67e1170b01
commit
b209dc0f43
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ class TestTelegramSlashCommands:
|
|||
response_text = send.call_args[1].get("content") or send.call_args[0][1]
|
||||
assert "/new" in response_text
|
||||
assert "/status" in response_text
|
||||
# Intentional breakage: this should fail in CI
|
||||
assert "THIS_STRING_DOES_NOT_EXIST_IN_HELP" in response_text
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_status_shows_session_info(self, adapter):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue