Update this test to duplicate the encoding done in the Matrix.
This commit is contained in:
parent
44039fd555
commit
e833d472c6
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,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