Skip to content

Commit 597f09d

Browse files
authored
Fixed failed test - New mock (#24)
1 parent 578b247 commit 597f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AbstractDriverTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class AbstractDriverTest extends PHPUnit
3636

3737
public function testSimple(): void
3838
{
39-
$url = 'http://www.mocky.io/v2/579b43a91100006f1bcb7734';
39+
$url = 'https://run.mocky.io/v3/92e40ef8-6328-4b8e-af3c-9a26c72abd3c';
4040
$result = $this->getClient()->request($url);
4141

4242
isSame(200, $result->code);

0 commit comments

Comments
 (0)