Updated test utils lib

This commit is contained in:
Alejandro Celaya
2022-01-21 19:21:30 +01:00
parent dd5bce9694
commit a198484ab6
7 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ class TagRepository extends EntitySpecificationRepository implements TagReposito
}
$apiKey = $filtering?->apiKey();
$this->applySpecification($subQb, new WithInlinedApiKeySpecsEnsuringJoin($apiKey, 'shortUrls'), 't');
$this->applySpecification($subQb, new WithInlinedApiKeySpecsEnsuringJoin($apiKey), 't');
$subQuery = $subQb->getQuery();
$subQuerySql = $subQuery->getSQL();