File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ uv --directory=backend run python src/entrypoint.py
5454
5555Update the codegen for the OpenAPI calls:
5656```bash
57- kiota generate -l python -c BackendClient -n client -d ./tests/unit/__snapshots__/test_basic_server_functionality/test_openapi_schema.json -o ./tests/e2e/openapi_codegen --exclude-backward-compatible
57+ kiota generate -l python -c BackendClient -n client -d ./tests/unit/__snapshots__/test_basic_server_functionality/test_openapi_schema.json -o ./tests/e2e/generated/open_api --exclude-backward-compatible --clean-output --additional-data false
5858```{% endraw %}{% endif %}{% if backend_uses_graphql %}{% raw %}
5959
6060To regenerate the GraphQL client code for the E2E test suite, run:
You can’t perform that action at this time.
0 commit comments