Beispiel #1
0
 def test_get_bot(self):
     bot = AccountProcessor.get_bot("test")
     assert bot
     assert bot["account"] == 1
Beispiel #2
0
 def test_get_bot(self):
     bot_response = AccountProcessor.get_bot(pytest.bot)
     assert bot_response
     assert bot_response["account"] == 1