X Tutup
Skip to content

Commit 2e6db13

Browse files
committed
test_botan.py: another flaky test
1 parent ccb24d1 commit 2e6db13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_botan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import os
66
import unittest
77
import sys
8+
from flaky import flaky
9+
810
sys.path.append('.')
911

1012
from telegram.utils.botan import Botan
@@ -21,6 +23,7 @@ def to_json(self):
2123
return "{}"
2224

2325

26+
@flaky(3, 1)
2427
class BotanTest(BaseTest, unittest.TestCase):
2528
"""This object represents Tests for Botan analytics integration."""
2629

0 commit comments

Comments
 (0)
X Tutup