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:
@@ -615,6 +615,10 @@ class ApiClient {
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
'url': "https://127.0.0.1/no_varaible",
|
||||
'description': "The local server without variables",
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user