mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-11-08 01:23:41 +00:00
add telegram integraion
This commit is contained in:
@ -24,3 +24,6 @@ def test_from_option_valid() -> None:
|
||||
|
||||
assert ReportSettings.from_option("console") == ReportSettings.Console
|
||||
assert ReportSettings.from_option("conSOle") == ReportSettings.Console
|
||||
|
||||
assert ReportSettings.from_option("telegram") == ReportSettings.Telegram
|
||||
assert ReportSettings.from_option("TElegraM") == ReportSettings.Telegram
|
||||
|
||||
Reference in New Issue
Block a user