Escape the assetId everytime - is encountered, not just the first.
This commit is contained in:
parent
e87358d0cb
commit
6665e9f144
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ is($matrixListing->get('views'),'1','Views were incremented');
|
|||
|
||||
my $expectedAssetId = $matrixListing->getId;
|
||||
my $safeAssetId = $expectedAssetId;
|
||||
$safeAssetId =~ s/-/_____/;
|
||||
$safeAssetId =~ s/-/_____/g;
|
||||
|
||||
my $listings = $matrix->getListings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue