forked from loafle/openapi-generator-original
Add server URL without variables to the test spec (#7517)
* add server url without variables to the test spec * fix php tests * fix tests * fix assertion
This commit is contained in:
@@ -31,6 +31,8 @@ servers:
|
||||
enum:
|
||||
- v1
|
||||
- v2
|
||||
- description: The local server without variables
|
||||
url: https://127.0.0.1/no_variable
|
||||
tags:
|
||||
- description: Everything about your Pets
|
||||
name: pet
|
||||
|
||||
Reference in New Issue
Block a user