From: root <17hado.com@gmail.com> Date: Mon, 17 Dec 2018 14:52:04 +0000 (+0000) Subject: # should urlencode to %23 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ecb28f6e94421ecd8ff49d82ff38f64371f4adb0;p=friendica.git # should urlencode to %23 --- diff --git a/tests/include/ApiTest.php b/tests/include/ApiTest.php index 210dc4e744..09ca95200a 100644 --- a/tests/include/ApiTest.php +++ b/tests/include/ApiTest.php @@ -1411,7 +1411,7 @@ class ApiTest extends DatabaseTest */ public function testApiSearchWithHashtag() { - $_REQUEST['q'] = '#friendica'; + $_REQUEST['q'] = '%23friendica'; $result = api_search('json'); foreach ($result['status'] as $status) { $this->assertStatus($status);