botserver: Rename zulip-bot-server to zulip-botserver.
This is consistent with the correct prose "Botserver" (instead of "Bot-server").
This commit is contained in:
parent
60c3919deb
commit
3d05b88cc2
5 changed files with 16 additions and 25 deletions
|
@ -122,7 +122,7 @@ class BotServerTests(BotServerTestCase):
|
|||
token='abcd1234'),
|
||||
bots_config=bots_config))
|
||||
|
||||
@mock.patch('sys.argv', ['zulip-bot-server', '--config-file', '/foo/bar/baz.conf'])
|
||||
@mock.patch('sys.argv', ['zulip-botserver', '--config-file', '/foo/bar/baz.conf'])
|
||||
def test_argument_parsing_defaults(self) -> None:
|
||||
opts = parse_args()
|
||||
assert opts.config_file == '/foo/bar/baz.conf'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue