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

account_profiles is a multivalued directive

parent 33269a83
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ sub req_validate_token {
## create test accounts
my @test_accounts;
foreach my $profile ($self->{configuration}->{account_profiles}) {
foreach my $profile (split(/, */, $self->{configuration}->{account_profiles})) {
my $test_account = IdPAccountManager::Data::TestAccount->new(
db => $self->{db},
account_profile => $profile,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment