forked from loafle/openapi-generator-original
remove leading space for path variable, update unit test
This commit is contained in:
@@ -45,7 +45,7 @@ namespace SwaggerClient.TestPet
|
||||
{
|
||||
// remove the pet after testing
|
||||
PetApi petApi = new PetApi ();
|
||||
petApi.DeletePet("test key", petId);
|
||||
petApi.DeletePet(petId, "test key");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user