fix matrix test function
This commit is contained in:
parent
e7e46ed865
commit
2079266627
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ my $json = $matrix->www_getCompareFormData('score');
|
|||
|
||||
my $compareFormData = JSON->new->decode($json);
|
||||
|
||||
my $expectedAssetId = $matrixListing->getId;
|
||||
$expectedAssetId =~ s/-/_____/g;
|
||||
|
||||
cmp_deeply(
|
||||
$compareFormData,
|
||||
{ResultSet=>{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue