Skip to content

Commit

Permalink
Fixed failed test - New mock (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Nov 14, 2023
1 parent 578b247 commit 597f09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AbstractDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abstract class AbstractDriverTest extends PHPUnit

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

isSame(200, $result->code);
Expand Down

0 comments on commit 597f09d

Please sign in to comment.