diff --git a/src/Tests/UrlIntegrationTest.php b/src/Tests/UrlIntegrationTest.php index bfb7614..517e603 100644 --- a/src/Tests/UrlIntegrationTest.php +++ b/src/Tests/UrlIntegrationTest.php @@ -93,7 +93,7 @@ class UrlIntegrationTest extends FacetWebTestBase { $this->assertResponse(200); $this->assertLink('(-) item'); - $this->assertNoLink('article'); + $this->assertLink('article'); $this->assertUrl('search-api-test-fulltext', ['query' => ['y[0]' => 'facet||item']]); }