This commit is contained in:
RVKen
2017-07-07 09:47:30 +02:00
parent 346218f0ca
commit 9e8007398a
3 changed files with 10 additions and 3 deletions

5
test/e2e/db.json Normal file
View File

@@ -0,0 +1,5 @@
{
"pet": [
{"id":1,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
]
}

View File

@@ -13,8 +13,8 @@
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"host":"petstore.swagger.io",
"basePath":"/v2",
"host":"localhost:3204",
"basePath":"/",
"tags":[
{
"name":"pet",