mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Updating tests to use the new responseBody signature
This commit is contained in:
@@ -405,6 +405,10 @@ module.exports = {
|
||||
* @returns {string} string
|
||||
*/
|
||||
insertSpacesInName: function (string) {
|
||||
if (!string) {
|
||||
return null;
|
||||
}
|
||||
|
||||
// convert createUser to create User
|
||||
string = string.replace(/([a-z])([A-Z])/g, '$1 $2');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user