fix Asset_diagnose.t for new asset configuration
This commit is contained in:
parent
d75f401ac1
commit
079ca87f17
1 changed files with 1 additions and 3 deletions
|
|
@ -24,9 +24,7 @@ use Test::Deep;
|
|||
my $session = WebGUI::Test->session;
|
||||
|
||||
my @assets = grep { !isIn($_, qw/WebGUI::Asset::FilePile/) } (
|
||||
@{ $session->config->get('assets') },
|
||||
@{ $session->config->get('utilityAssets') },
|
||||
@{ $session->config->get('assetContainers') },
|
||||
keys %{ $session->config->get('assets') }
|
||||
);
|
||||
|
||||
my $numTests = scalar (2*@assets) + 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue