Skip to content

Commit 11b99ff

Browse files
committed
fix search
1 parent 1ccde25 commit 11b99ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Consumer/Api/App/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testGetUnauthorized()
8484

8585
public function testGetSearch()
8686
{
87-
$response = $this->sendRequest('/consumer/app?search=foo', 'GET', array(
87+
$response = $this->sendRequest('/consumer/app?search=oo', 'GET', array(
8888
'User-Agent' => 'Fusio TestCase',
8989
'Authorization' => 'Bearer b8f6f61bd22b440a3e4be2b7491066682bfcde611dbefa1b15d2e7f6522d77e2'
9090
));

0 commit comments

Comments
 (0)