File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ abstract class AbstractDriverTest extends PHPUnit
36
36
37
37
public function testSimple (): void
38
38
{
39
- $ url = 'https://run.mocky.io/v3/92e40ef8-6328-4b8e-af3c-9a26c72abd3c ' ;
39
+ $ url = 'https://run.mocky.io/v3/965f7c10-5a16-4e13-a9b9-2bcfd30a25f2 ' ;
40
40
$ result = $ this ->getClient ()->request ($ url );
41
41
42
42
isSame (200 , $ result ->code );
@@ -171,7 +171,7 @@ public function testStatus404(): void
171
171
172
172
public function testStatus404Body (): void
173
173
{
174
- $ result = $ this ->getClient ()->request ('https://run.mocky.io/v3/54bdf866-5da9-4e15-aeb4-4d51ee870dc4 ' );
174
+ $ result = $ this ->getClient ()->request ('https://run.mocky.io/v3/037dd813-edd9-4cc9-bab9-9244c0b5c5ec ' );
175
175
176
176
isSame (404 , $ result ->code );
177
177
is ('{"error": "mock_not_found"} ' , $ result ->getBody ());
You can’t perform that action at this time.
0 commit comments