Ensured search terms are applied to the domain too

This commit is contained in:
Alejandro Celaya
2020-02-02 20:07:19 +01:00
parent f7d54abb2b
commit 8ff913aaf2
2 changed files with 11 additions and 6 deletions

View File

@@ -169,6 +169,9 @@ class ListShortUrlsTest extends ApiTestCase
self::SHORT_URL_META,
self::SHORT_URL_CUSTOM_DOMAIN,
]];
yield [['searchTerm' => 'example.com'], [
self::SHORT_URL_CUSTOM_DOMAIN,
]];
}
private function buildPagination(int $itemsCount): array