mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 04:57:26 +00:00
fix: remove references to non-existent test file
This commit is contained in:
committed by
Peter Steinberger
parent
eec1f3e9db
commit
290f337594
@@ -69,13 +69,4 @@ When implementing the sanitizer:
|
||||
|
||||
## Validation
|
||||
|
||||
Once implemented, validate with:
|
||||
|
||||
```bash
|
||||
# Run tests against the leak corpus
|
||||
pnpm vitest run src/telegram/sanitizer.test.ts
|
||||
|
||||
# Manual smoke check
|
||||
# In any Telegram chat: /unknown_command
|
||||
# Expected: "Unknown command. Use /help."
|
||||
```
|
||||
Once implemented, create `src/telegram/sanitizer.test.ts` to validate against the leak corpus. Manual smoke test: send `/unknown_command` in Telegram and expect a static fallback response.
|
||||
|
||||
Reference in New Issue
Block a user