From 06b6df884bfd3d2817589e1bdb2dc794dbe72958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Thu, 31 Jul 2025 16:18:51 +0200 Subject: [PATCH] Use lockapi package --- tests/remote_desktop_client.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/remote_desktop_client.pm b/tests/remote_desktop_client.pm index d11c00a5..e161059d 100644 --- a/tests/remote_desktop_client.pm +++ b/tests/remote_desktop_client.pm @@ -2,6 +2,8 @@ use base "installedtest"; use strict; use testapi; use utils; +use mmapi; +use lockapi; # This test uses a Connections application to establish an # RDP connection to a remote computer running Gnome Workstation.