From 49baa398aab1d8746f4fa8ecd5804650d91421bb Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Mon, 8 Apr 2024 10:58:56 +0300 Subject: [PATCH] add missing product line --- unit-tests/live/frames/test-t2ff-sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/live/frames/test-t2ff-sensor.py b/unit-tests/live/frames/test-t2ff-sensor.py index cf6a9f5b2a..ce783114ff 100644 --- a/unit-tests/live/frames/test-t2ff-sensor.py +++ b/unit-tests/live/frames/test-t2ff-sensor.py @@ -58,7 +58,7 @@ def frame_cb(frame): test.check(device_creation_time < max_time_for_device_creation) test.finish() - +product_line = dev.get_info(rs.camera_info.product_line) max_delay_for_depth_frame = 1 max_delay_for_color_frame = 1