From b3a564bffc1a307216981320be95908ca88afef6 Mon Sep 17 00:00:00 2001 From: Vladislav Bukhman Date: Mon, 5 Jun 2023 19:20:28 +0300 Subject: [PATCH] fix tests: init plugin --- tests/test_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_base.py b/tests/test_base.py index d365842..c4f5838 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -13,6 +13,7 @@ class BaseTest(PluginTestCase): + plugin = TelegramNotificationsPlugin @fixture def initialized_plugin(self): return TelegramNotificationsPlugin()