Skip to content

Commit

Permalink
PublicCloud - pass args to cleanup call in ssh_interactive_end
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi1vx committed Nov 4, 2022
1 parent d816aad commit dc3b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/publiccloud/ssh_interactive_end.pm
Expand Up @@ -16,7 +16,7 @@ use utils;
sub run {
my ($self, $args) = @_;
select_host_console(force => 1);
$args->{my_provider}->cleanup();
$args->{my_provider}->cleanup($args);
}

sub test_flags {
Expand Down

0 comments on commit dc3b444

Please sign in to comment.