Fix: invalid syntax with python 3.5 in test_ust.py
[lttng-tools.git] / tests / regression / tools / context / test_ust.py
index d3215f0f43475f6192b9c282c12b135e2bcf015b..ab2e743e3570d94b89371514d9372ff9bf6c2b2e 100755 (executable)
@@ -96,7 +96,7 @@ def test_static_context(
         test_env.create_temporary_directory("trace")
     )
 
-    client: lttngtest.Controller = lttngtest.LTTngClient(test_env, log=tap.diagnostic)
+    client = lttngtest.LTTngClient(test_env, log=tap.diagnostic)
 
     with tap.case("Create a session") as test_case:
         session = client.create_session(output=session_output_location)
This page took 0.023015 seconds and 4 git commands to generate.