Skip to content

Commit 5cda6b6

Browse files
author
bnasslahsen
committed
code review
1 parent 84aad1a commit 5cda6b6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app90/SpringDocTestApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@SpringBootApplication
4040
class SpringDocTestApp {
4141

42-
@Value("classpath:/500-90.json")
42+
@Value("classpath:/500-90.txt")
4343
private Resource http500ExampleResource;
4444

4545
public static String asString(Resource resource) {

springdoc-openapi-webmvc-core/src/test/resources/500-90.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"500":{"$ref":"#/components/examples/http500Example"}}

0 commit comments

Comments
 (0)