Skip to content

Commit

Permalink
fix tests: init plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bukhman committed Jun 5, 2023
1 parent 59feaa4 commit b3a564b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


class BaseTest(PluginTestCase):
plugin = TelegramNotificationsPlugin
@fixture
def initialized_plugin(self):
return TelegramNotificationsPlugin()
Expand Down

0 comments on commit b3a564b

Please sign in to comment.