Skip to content

Commit b343f67

Browse files
committed
update tests
1 parent f761a2f commit b343f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/php/OpenAPIClient-php/tests/PetApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function setUpBeforeClass(): void
4242
$newPet->setTags(array($tag));
4343
$newPet->setCategory($category);
4444

45-
$config = new Configuration();
45+
$config = (new Configuration())->setHost('http://localhost/v2');
4646
$petApi = new Api\PetApi(null, $config);
4747

4848
}

0 commit comments

Comments
 (0)