File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ def test_generate_dir_already_exists():
266
266
267
267
268
268
def test_update_integration_tests ():
269
- url = "https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.json "
269
+ url = "https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.yaml "
270
270
source_path = Path (__file__ ).parent .parent / "integration-tests"
271
271
temp_dir = Path .cwd () / "test_update_integration_tests"
272
272
shutil .rmtree (temp_dir , ignore_errors = True )
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ composite = ["test --cov openapi_python_client tests --cov-report=term-missing"]
129
129
130
130
[tool .pdm .scripts .regen_integration ]
131
131
shell = """
132
- openapi-python-client generate --overwrite --url https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.json --config integration-tests/config.yaml --meta pdm --output-path integration-tests \
132
+ openapi-python-client generate --overwrite --url https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.yaml --config integration-tests/config.yaml --meta pdm --output-path integration-tests \
133
133
"""
134
134
135
135
[build-system ]
You can’t perform that action at this time.
0 commit comments