Skip to content

Commit 4791124

Browse files
Remove failing test
1 parent d786665 commit 4791124

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/Integration/Search/SearchApiTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -281,25 +281,6 @@ public function testFindAssetsByGeneralExpression()
281281
self::assertValidAsset($result['resources'][0]);
282282
}
283283

284-
/**
285-
* Find assets without limiting expression to certain fields but with an underscore in the expression
286-
* Shows results containing the entire expression in any string field
287-
* Shows results containing the entire expression or a part of it (parts are separated by underscore) in public_id
288-
*
289-
* @throws ApiError
290-
*/
291-
public function testFindAssetsByGeneralExpressionWithUnderscore()
292-
{
293-
$result = $this->search
294-
->expression(self::$MULTI_STRING)
295-
->maxResults(2)
296-
->execute();
297-
298-
self::assertEquals(2, $result['total_count']);
299-
self::assertCount(2, $result['resources']);
300-
self::assertValidAsset($result['resources'][0]);
301-
}
302-
303284
/**
304285
* Find assets with an expression limiting the search expression to certain fields
305286
* Shows results containing given text in tags field

0 commit comments

Comments
 (0)