mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
updated path
This commit is contained in:
parent
c84fd54215
commit
949b321e13
@ -240,7 +240,7 @@ class ObjcModelTest extends FlatSpec with Matchers {
|
||||
}
|
||||
|
||||
it should "create proper imports per #316" in {
|
||||
val model = new SwaggerLoader().read("src/test/resources/postBodyTest.json")
|
||||
val model = new SwaggerLoader().read("src/test/resources/2_0/postBodyTest.json")
|
||||
val codegen = new ObjcClientCodegen()
|
||||
|
||||
val animalPaths = model.getPaths()
|
||||
|
@ -239,7 +239,7 @@ class PhpModelTest extends FlatSpec with Matchers {
|
||||
|
||||
it should "create proper imports per #316" in {
|
||||
val model = new SwaggerParser()
|
||||
.read("src/test/resources/postBodyTest.json")
|
||||
.read("src/test/resources/2_0/postBodyTest.json")
|
||||
val codegen = new PhpClientCodegen()
|
||||
|
||||
val animalPaths = model.getPaths()
|
||||
|
Loading…
Reference in New Issue
Block a user