Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 5def411

Browse files
committed
Updated default file name
1 parent 689d029 commit 5def411

File tree

1 file changed

+1
-1
lines changed
  • kotest-extensions-ktor-openapi-plugin/src/main/kotlin/io/kotest/extensions/ktor/openapi

1 file changed

+1
-1
lines changed

kotest-extensions-ktor-openapi-plugin/src/main/kotlin/io/kotest/extensions/ktor/openapi/plugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import java.nio.file.Paths
2525
* so we must add them here.
2626
*/
2727
class OpenApiConfig(
28-
var path: Path = Paths.get("./myopenapi.yml"),
28+
var path: Path = Paths.get("./openapi.yml"),
2929
var serviceTitle: String? = null,
3030
var serviceVersion: String? = null,
3131
var serviceDescription: String? = null,

0 commit comments

Comments
 (0)