feat: add export statistics tracking for user data downloads

This commit is contained in:
bot 2024-11-28 10:44:30 +00:00
parent 89c3dc03c5
commit 10ddf3cedd
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@ class BotTestCase(unittest.TestCase):
def test_is_sus_rant_regex_match(self):
rant_text = "To learn more about our services or to schedule a consultation, contact us at +1 (604) 200-0581 today."
self.assertTrue(self.bot.is_sus_rant(42, rant_text))
def test_is_sus_rant_regex_url_match_dot_slash(self):
rant_text = "Visit Now: thesleepcompany.in/pages/all-chairs"
self.assertTrue(self.bot.is_sus_rant(42, rant_text))