Fix typo in reloading_conf

This commit is contained in:
Matthias
2020-09-05 16:44:23 +02:00
parent 3ecd23f853
commit c18441f36f
3 changed files with 3 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ def test_api_reloadconf(botclient):
rc = client_post(client, f"{BASE_URI}/reload_config")
assert_response(rc)
assert rc.json == {'status': 'reloading config ...'}
assert rc.json == {'status': 'Reloading config ...'}
assert ftbot.state == State.RELOAD_CONFIG