mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
i18n updates
This commit is contained in:
@@ -68,7 +68,7 @@ class YourlsProxyTest extends TestCase
|
||||
|
||||
$yourls = new YourlsProxy($this->_conf, 'https://example.com/?foo#bar');
|
||||
$this->assertTrue($yourls->isError());
|
||||
$this->assertEquals($yourls->getError(), 'Error calling proxy. Probably a configuration issue, like wrong or missing config keys.');
|
||||
$this->assertEquals($yourls->getError(), 'Error parsing proxy response.');
|
||||
}
|
||||
|
||||
public function testServerError()
|
||||
|
||||
Reference in New Issue
Block a user