We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccde25 commit 11b99ffCopy full SHA for 11b99ff
tests/Consumer/Api/App/CollectionTest.php
@@ -84,7 +84,7 @@ public function testGetUnauthorized()
84
85
public function testGetSearch()
86
{
87
- $response = $this->sendRequest('/consumer/app?search=foo', 'GET', array(
+ $response = $this->sendRequest('/consumer/app?search=oo', 'GET', array(
88
'User-Agent' => 'Fusio TestCase',
89
'Authorization' => 'Bearer b8f6f61bd22b440a3e4be2b7491066682bfcde611dbefa1b15d2e7f6522d77e2'
90
));
0 commit comments