Skip to content

Commit 350e97e

Browse files
committed
test: Fix wrong feature argument name
1 parent 11c6e66 commit 350e97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openapi-generator-cli/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
1212
"features": {
1313
"ghcr.io/devcontainers/features/java:1": {
14-
"version": "22"
14+
"openapi-generator-cli-version": "22"
1515
},
1616
"openapi-generator-cli": {
17-
"version": "7.8.0"
17+
"openapi-generator-cli-version": "7.8.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)