mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move to new style of tests
This commit is contained in:
parent
a620926f9d
commit
be2c2fab3f
1 changed files with 0 additions and 5 deletions
|
@ -136,8 +136,3 @@ class TelegramBotMsgBeaconTestCase(TestCase):
|
|||
telegram_api.Bot.assert_called_once_with(token)
|
||||
self.assertTrue(ret)
|
||||
self.assertEqual(ret[0]['msgs'][0], message.to_dict())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(TelegramBotMsgBeaconTestCase, needs_daemon=False)
|
Loading…
Add table
Reference in a new issue