Drop one more mention of wait_idle

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-01-03 14:20:18 -08:00
parent 7234729949
commit 478a55f057

View File

@ -16,7 +16,7 @@ use Cwd;
# importing whole testapi creates circular dependency, so import only
# necessary functions from testapi
use testapi qw(check_var get_var send_key type_string wait_idle assert_screen);
use testapi qw(check_var get_var send_key type_string assert_screen);
sub init() {
my ($self) = @_;