test(e2e): revert intentional failure after CI verification
CI correctly detected the broken assertion — e2e workflow works.
This commit is contained in:
@@ -59,8 +59,6 @@ class TestTelegramSlashCommands:
|
|||||||
response_text = send.call_args[1].get("content") or send.call_args[0][1]
|
response_text = send.call_args[1].get("content") or send.call_args[0][1]
|
||||||
assert "/new" in response_text
|
assert "/new" in response_text
|
||||||
assert "/status" 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
|
@pytest.mark.asyncio
|
||||||
async def test_status_shows_session_info(self, adapter):
|
async def test_status_shows_session_info(self, adapter):
|
||||||
|
|||||||
Reference in New Issue
Block a user