Skip to content

Commit

Permalink
Update telegram_token_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StuffyMonkey committed Dec 13, 2023
1 parent 42fe54d commit 2fed4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/telegram_token_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class TestTelegramTokenDetector:
@pytest.mark.parametrize(
'payload, should_flag',
[
('6751529203:AAE17nfyMEszRf4KrOXotArH4HzTt2opO2s', True),
('6151527a03:AAE17nfyMEszRf4KrOXotArH4HzTt2opO2s', False),
('6741529203:AAE17nfyMEuzRf4LrOXokArH4HzTt2opO2s', True),
('6151527a03:AAE17nfrMEfzRf4KrOXotArH4HzTt2opO2s', False),
('6910343172:AAGiAHt7SPe_rryV9AVK48-IBisa-Zq-azc', True),
('6990343172:AAGiAHt7SPe~rryV9AVK48-IBisa-Zq-azc', False),
('database', False),
Expand Down

0 comments on commit 2fed4a8

Please sign in to comment.