mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 19:56:09 +00:00
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -9,7 +9,7 @@ from openapi_server.models.api_response import ApiResponse
|
||||
from openapi_server.models.pet import Pet
|
||||
|
||||
|
||||
@pytest.mark.skip("Connexion does not support multiple consummes. See https://github.com/zalando/connexion/pull/760")
|
||||
@pytest.mark.skip("Connexion does not support multiple consumes. See https://github.com/zalando/connexion/pull/760")
|
||||
async def test_add_pet(client):
|
||||
"""Test case for add_pet
|
||||
|
||||
@@ -117,7 +117,7 @@ async def test_get_pet_by_id(client):
|
||||
assert response.status == 200, 'Response body is : ' + (await response.read()).decode('utf-8')
|
||||
|
||||
|
||||
@pytest.mark.skip("Connexion does not support multiple consummes. See https://github.com/zalando/connexion/pull/760")
|
||||
@pytest.mark.skip("Connexion does not support multiple consumes. See https://github.com/zalando/connexion/pull/760")
|
||||
async def test_update_pet(client):
|
||||
"""Test case for update_pet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user