Rename flaskbotrc to botserverrc.

This commit is contained in:
Robert Hönig 2018-05-29 10:19:50 +02:00
parent 3859bef05f
commit 762118bbea
6 changed files with 16 additions and 16 deletions

View file

@ -88,7 +88,7 @@ class BotServerTests(BotServerTestCase):
six.assertRaisesRegex(self,
ImportError,
"Bot \"nonexistent-bot\" doesn't exists. Please "
"make sure you have set up the flaskbotrc file correctly.",
"make sure you have set up the botserverrc file correctly.",
lambda: self.assert_bot_server_response(
available_bots=available_bots,
event=dict(message={'content': "@**test** test message"},