1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
Thomas Heartman 8869e6f04d
Refactor(#1391): don't check for OpenAPI version in snapshot tests (#2072)
* Refactor(#1391): don't check for OpenAPI version in snapshot tests

remove the version from the received specification. The version
_is_ a required field, but having the version listed in automated
testing causes issues when trying to deploy new versions of the
API (due to mismatch between new tag versions etc). That's why we
remove it.

* #1391: test that the "semver" property is present

* #1391: test that the openapi version is valid semver

* Chore(#1391): comment formatting
2022-09-19 09:07:26 +00:00
..
lib Personal access tokens backend (#2064) 2022-09-16 10:54:27 +03:00
mailtemplates
migrations Personal access tokens backend (#2064) 2022-09-16 10:54:27 +03:00
test Refactor(#1391): don't check for OpenAPI version in snapshot tests (#2072) 2022-09-19 09:07:26 +00:00
migrator.ts
server-dev.ts Feat/unleash flags embedded proxy (#1974) 2022-08-26 15:16:29 +02:00
server.ts