Test openapi schema parameters

This commit is contained in:
2021-03-09 01:53:01 +01:00
parent 4762275b5b
commit 6988365473
2 changed files with 35 additions and 22 deletions

View File

@@ -52,6 +52,7 @@ class `Article routes` : BaseTest() {
`And the response should not be null`()
`And have property`("$.total") `whish contains` 1
`And have property`("$.result[0]workgroup.name") `whish contains` "Les papy"
`And schema must be valid`()
}
}
}