Skip to content

Commit

Permalink
wip: properly connect
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 14, 2024
1 parent 6f21989 commit ad574ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Test/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ sub start_node($node) {
for my $try ( 1 .. 3) {
my $is_active;
for ( 1 .. 90 ) {
Ravada::Request::connect_node(uid => user_admin->id
Ravada::Request->connect_node(uid => user_admin->id
,id_vm => $node->id
);
wait_request();
Expand Down

0 comments on commit ad574ab

Please sign in to comment.