bt2: Add `Const` suffix to non-user component-related classes and adapt tests
[babeltrace.git] / tests / bindings / python / bt2 / test_trace_collection_message_iterator.py
index f9b6546fdb6b17f6936722ec98069c4c7a13259d..82c05faaaa256e0bea531d29f376e7f9f01bbccf 100644 (file)
@@ -100,7 +100,8 @@ class ComponentSpecTestCase(unittest.TestCase):
 
     def test_create_sink_from_object(self):
         with self.assertRaisesRegex(
-            TypeError, "'_SinkComponentClass' is not a source or filter component class"
+            TypeError,
+            "'_SinkComponentClassConst' is not a source or filter component class",
         ):
             bt2.ComponentSpec(self._pretty_cc)
 
This page took 0.023972 seconds and 4 git commands to generate.