Skip to content

Commit

Permalink
Fixed bug of KOpenApiGeneratorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Nov 2, 2024
1 parent 655fcb1 commit b315b88
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class KOpenApiGeneratorTest {
" content:\n" +
" application/json:\n" +
" schema:\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" required: true\n" +
" responses:\n" +
" 200:\n" +
Expand All @@ -108,7 +108,7 @@ class KOpenApiGeneratorTest {
" content:\n" +
" application/json:\n" +
" schema:\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" required: true\n" +
" responses:\n" +
" 200:\n" +
Expand All @@ -133,7 +133,7 @@ class KOpenApiGeneratorTest {
" content:\n" +
" application/json:\n" +
" schema:\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" \$ref: '#/components/schemas/KBookInput'\n" +
" required: true\n" +
" responses:\n" +
" 200:\n" +
Expand Down

0 comments on commit b315b88

Please sign in to comment.