1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Fix openapi snapshot so tests will not fail (#2085)

Fix openapi
This commit is contained in:
sjaanus 2022-09-26 09:15:29 +02:00 committed by GitHub
parent f131d5a7f8
commit 74c5db60be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,11 +668,7 @@ exports[`should serve the OpenAPI spec 1`] = `
"type": "string",
},
"type": {
"enum": [
"client",
"admin",
"frontend",
],
"description": "One of client, admin, frontend",
"type": "string",
},
"username": {