We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591d874 commit 8c5a8bcCopy full SHA for 8c5a8bc
src/test/java/org/fugerit/java/openapi/doc/TestOpenAPIDocConfig.java
@@ -15,7 +15,7 @@ public class TestOpenAPIDocConfig {
15
16
private static final String FILE_ENCODING = "utf-8";
17
18
- private static final String CONFIG_FILE = "src/test/resources/yaml-doc-config.xml";
+ private static final String CONFIG_FILE = "src/test/resources/openapi-doc-config.xml";
19
20
private static final String ID_CATALOG = "sample";
21
src/test/resources/yaml-doc-config.xml renamed to src/test/resources/openapi-doc-config.xml
@@ -1,4 +1,4 @@
1
-<yaml-doc-config>
+<openapi-doc-config>
2
3
<openapi-catalog id="sample">
4
<openapi id="sample_01"
@@ -47,4 +47,4 @@
47
/>
48
</openapi-catalog>
49
50
-</yaml-doc-config>
+</openapi-doc-config>
0 commit comments