X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_clock_class.py;h=26571bd40bd06b470ee186c4ec79c5cd3d4e116c;hb=59225a3e0e13a9c674234755e55055d9ff68d635;hp=b9d25e54b0f970e1edb10172c6ffd8b0b73d6c53;hpb=1114a7d5b648102b0b37febe9d0d76a97e336240;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_clock_class.py b/tests/bindings/python/bt2/test_clock_class.py index b9d25e54..26571bd4 100644 --- a/tests/bindings/python/bt2/test_clock_class.py +++ b/tests/bindings/python/bt2/test_clock_class.py @@ -266,7 +266,7 @@ class ClockSnapshotTestCase(unittest.TestCase): return notif class MySrc(bt2._UserSourceComponent, message_iterator_class=MyIter): - def __init__(self, params, obj): + def __init__(self, config, params, obj): self._add_output_port('out') self._graph = bt2.Graph()