X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_event.py;h=4288fd91f1471e54bab75be2f3325bc1e5df838b;hp=b6b17ade0c3a7c6c17a801bcbda6b89af73d8553;hb=8d8b141db4c46135a35be19e4a1c192f6a36d67b;hpb=1726ac08cb44c6268d16c79c85e196112e3814b1 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)]