Skip to content
Snippets Groups Projects
Commit 33269a83 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix manager class name, and ensure it is loaded

parent 64298ca8
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ use Encode; ...@@ -8,6 +8,8 @@ use Encode;
use Template; use Template;
use Template::Stash; use Template::Stash;
use IdPAccountManager::Data::TestAccount::Manager;
INIT { INIT {
## a TT2 virtual method to get a variable type ## a TT2 virtual method to get a variable type
$Template::Stash::LIST_OPS->{isa} = sub { $Template::Stash::LIST_OPS->{isa} = sub {
...@@ -86,7 +88,7 @@ sub update_ssp_authsources { ...@@ -86,7 +88,7 @@ sub update_ssp_authsources {
INCLUDE_PATH => $templates_dir INCLUDE_PATH => $templates_dir
}); });
my %args = ( my %args = (
accounts => IdPAccountManager::TestAccount::Data::Manager->get_testaccounts(), accounts => IdPAccountManager::Data::TestAccount::Manager->get_testaccounts(),
conf => $conf, conf => $conf,
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment