Skip to content

Commit a3d6dca

Browse files
committed
fix test uri
1 parent 5277189 commit a3d6dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/test-example.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use OpenApi\PetStoreClient\SwaggerPetstoreOpenAPI3ClientFactory;
1616

1717
// https://petstore3.swagger.io/api/v3/openapi.json
18-
$client = new Client(['base_uri' => 'https://petstore.swagger.io/v2/pet']);
18+
$client = new Client(['base_uri' => 'https://petstore.swagger.io/v2/']);
1919
$factory = new SwaggerPetstoreOpenAPI3ClientFactory();
2020
$client = $factory->create($client);
2121

0 commit comments

Comments
 (0)