File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 - " "
159159 services :
160160 openapi-test-server :
161- image : ghcr.io/openapi-generators/openapi-test-server:0.0.1
161+ image : ghcr.io/openapi-generators/openapi-test-server:0.2.0
162162 ports :
163163 - " 3000:3000"
164164 steps :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ def test_generate_dir_already_exists():
266266
267267
268268def test_update_integration_tests ():
269- url = "https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main /openapi.yaml"
269+ url = "https://raw.githubusercontent.com/openapi-generators/openapi-test-server/refs/tags/v0.2.0 /openapi.yaml"
270270 source_path = Path (__file__ ).parent .parent / "integration-tests"
271271 temp_dir = Path .cwd () / "test_update_integration_tests"
272272 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"]
129129
130130[tool .pdm .scripts .regen_integration ]
131131shell = """
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 \
132+ openapi-python-client generate --overwrite --url https://raw.githubusercontent.com/openapi-generators/openapi-test-server/refs/tags/v0.2.0 /openapi.yaml --config integration-tests/config.yaml --meta pdm --output-path integration-tests \
133133"""
134134
135135[build-system ]
You can’t perform that action at this time.
0 commit comments