format update to run tests

This commit is contained in:
Sophie Depassio 2024-07-17 10:13:05 +02:00
parent e98fda00cc
commit d6d604f61f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sub new {
'schedules' => 'apps::automation::ansible::tower::mode::schedules'
};
$self->{custom_modes}->{api} = 'apps::automation::ansible::tower::custom::api';
$self->{custom_modes}->{api} = 'apps::automation::ansible::tower::custom::api';
$self->{custom_modes}->{towercli} = 'apps::automation::ansible::tower::custom::towercli';
return $self;