X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-constructor%2Ftest_ust_constructor.py;fp=tests%2Fregression%2Fust%2Fust-constructor%2Ftest_ust_constructor.py;h=1682071e2fcbbe82d6d0c3ecf2dccd0e694a4732;hp=ea6a125d08b8d4d94045ffe4dc23c7bb44071dd5;hb=aae4cdd13963d9bd3caf9d2ae27ff6b6ad4c2b92;hpb=d2455527078ecb1963372d67323a32e9be02cda2 diff --git a/tests/regression/ust/ust-constructor/test_ust_constructor.py b/tests/regression/ust/ust-constructor/test_ust_constructor.py index ea6a125d0..1682071e2 100755 --- a/tests/regression/ust/ust-constructor/test_ust_constructor.py +++ b/tests/regression/ust/ust-constructor/test_ust_constructor.py @@ -173,7 +173,7 @@ def capture_trace(tap, test_env): 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)