Skip to content

Commit

Permalink
Call parent init method in test plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 17, 2024
1 parent 6cac853 commit 5c16466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/archiver/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class TestIPipePlugin(p.SingletonPlugin):
p.implements(IPipe, inherit=True)

def __init__(self, *args, **kwargs):
super().__init__()
self.calls = []

def reset(self):
Expand Down

0 comments on commit 5c16466

Please sign in to comment.