X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_event.py;h=4288fd91f1471e54bab75be2f3325bc1e5df838b;hb=9415de1c45ec07f42cad51e398181e91a839a5e6;hp=b6b17ade0c3a7c6c17a801bcbda6b89af73d8553;hpb=6f1b720d896bbe6d70b2bf5adf909fa0866f155b;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_event.py b/tests/bindings/python/bt2/test_event.py index b6b17ade..4288fd91 100644 --- a/tests/bindings/python/bt2/test_event.py +++ b/tests/bindings/python/bt2/test_event.py @@ -39,7 +39,7 @@ class EventTestCase(unittest.TestCase): with_packet=False, ): class MyIter(bt2._UserMessageIterator): - def __init__(self, self_output_port): + def __init__(self, config, self_output_port): self._at = 0 self._msgs = [self._create_stream_beginning_message(test_obj.stream)]