diff options
| author | Fuwn <[email protected]> | 2025-09-21 15:30:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-21 15:30:44 -0700 |
| commit | 9e9ef2ef28015336830ae1e1b888b0a233ce3b84 (patch) | |
| tree | 2e81722b13cb0c7f3ca277e81cb5d864919fa8ac /test_discord_embed.py | |
| parent | fix(base): NO_TEXT error handling (diff) | |
| download | umabot-9e9ef2ef28015336830ae1e1b888b0a233ce3b84.tar.xz umabot-9e9ef2ef28015336830ae1e1b888b0a233ce3b84.zip | |
feat(irm): Rephrase low-effort content
Diffstat (limited to 'test_discord_embed.py')
| -rwxr-xr-x | test_discord_embed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_discord_embed.py b/test_discord_embed.py index 0a9850f..d28da88 100755 --- a/test_discord_embed.py +++ b/test_discord_embed.py @@ -58,7 +58,7 @@ def test_discord_embed(): submission_id="test456", author="anotheruser", title="Short post with minimal content", - reason="Low-effort content, short length, no plot development, lacks creativity, minimal effort, no character development, poor quality content that doesn't meet community standards", + reason="Content needs more development, short length, no plot development, lacks creativity, minimal detail, no character development, content that doesn't meet community standards", post_url="https://reddit.com/r/test/comments/test456/" ) @@ -74,7 +74,7 @@ def test_discord_embed(): submission_id="test789", author="longreasonuser", title="Another test post", - reason="This is a very long reason that should be truncated in the actual implementation because the intelligent moderator truncates reasons to 100 characters plus ellipsis when they are too long, just like this one which is definitely longer than 100 characters and should demonstrate the truncation behavior", + reason="This is a very long reason that should be truncated in the actual implementation because the intelligent moderator truncates reasons to 100 characters plus ellipsis when they are too long, just like this one which is definitely longer than 100 characters and should demonstrate the truncation behavior for content that needs more development", post_url="https://reddit.com/r/test/comments/test789/" ) |