Merge branch 'stable' into new_release
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| """ Freqtrade bot """ | ||||
| __version__ = '2022.10.dev' | ||||
| __version__ = '2022.9.1' | ||||
|  | ||||
| if 'dev' in __version__: | ||||
|     try: | ||||
|   | ||||
| @@ -356,6 +356,14 @@ def test_exception_send_msg(default_conf, mocker, caplog): | ||||
|             } | ||||
|         webhook.send_msg(msg) | ||||
|  | ||||
|     # Test no failure for not implemented but known messagetypes | ||||
|     for e in RPCMessageType: | ||||
|         msg = { | ||||
|             'type': e, | ||||
|             'status': 'whatever' | ||||
|             } | ||||
|         webhook.send_msg(msg) | ||||
|  | ||||
|  | ||||
| def test__send_msg(default_conf, mocker, caplog): | ||||
|     default_conf["webhook"] = get_webhook_dict() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user