Rename flaskbotrc to botserverrc.
This commit is contained in:
parent
3859bef05f
commit
762118bbea
6 changed files with 16 additions and 16 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue