Skip to content

Commit 6ac78d5

Browse files
committed
Fix. Code. Unit test. apix1.cleantalk.org renamed to api.cleantalk.org
1 parent 7844731 commit 6ac78d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Common/Helpers/HelperHTTPTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testServerSelectByPing()
4242

4343
public function testPingMethods()
4444
{
45-
$host = 'apix1.cleantalk.org';
45+
$host = 'api.cleantalk.org';
4646
$ping = HTTP::pingSpbc($host, 'pingFSockOpen');
4747
$this->assertNotEmpty($ping);
4848
$this->assertIsFloat($ping);

0 commit comments

Comments
 (0)