Skip to content

Commit

Permalink
fix: format trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Sep 13, 2024
1 parent 2cc49a5 commit fe73707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/telegram_token_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestTelegramTokenDetector:
('7213808860:AAH1bjqpKKW3maRSPAxzIU-0v6xNuq2-NjM', True),
('foo:AAH1bjqpKKW3maRSPAxzIU-0v6xNuq2-NjM', False),
('foo', False),
('arn:aws:sns:aaa:111122223333:aaaaaaaaaaaaaaaaaaassssssddddddddddddd', False)
('arn:aws:sns:aaa:111122223333:aaaaaaaaaaaaaaaaaaassssssddddddddddddd', False),
],
)
def test_analyze(self, payload, should_flag):
Expand Down

0 comments on commit fe73707

Please sign in to comment.