@@ -26,37 +26,37 @@ const expected = [
2626 requestType : 'POST' ,
2727 } ,
2828 {
29- url : 'https://petstore3.swagger.io/api/v3/pet/findByStatus?status={status}' ,
29+ url : 'https://petstore3.swagger.io/api/v3/pet/findByStatus?status={{ status} }' ,
3030 description : 'Finds Pets by status' ,
3131 operationId : 'findPetsByStatus' ,
3232 requestType : 'GET' ,
3333 } ,
3434 {
35- url : 'https://petstore3.swagger.io/api/v3/pet/findByTags?tags={tags}' ,
35+ url : 'https://petstore3.swagger.io/api/v3/pet/findByTags?tags={{ tags} }' ,
3636 description : 'Finds Pets by tags' ,
3737 operationId : 'findPetsByTags' ,
3838 requestType : 'GET' ,
3939 } ,
4040 {
41- url : 'https://petstore3.swagger.io/api/v3/pet/{petId}' ,
41+ url : 'https://petstore3.swagger.io/api/v3/pet/{{ petId} }' ,
4242 description : 'Find pet by ID' ,
4343 operationId : 'getPetById' ,
4444 requestType : 'GET' ,
4545 } ,
4646 {
47- url : 'https://petstore3.swagger.io/api/v3/pet/{petId}' ,
47+ url : 'https://petstore3.swagger.io/api/v3/pet/{{ petId} }' ,
4848 description : 'Updates a pet in the store with form data' ,
4949 operationId : 'updatePetWithForm' ,
5050 requestType : 'POST' ,
5151 } ,
5252 {
53- url : 'https://petstore3.swagger.io/api/v3/pet/{petId}' ,
53+ url : 'https://petstore3.swagger.io/api/v3/pet/{{ petId} }' ,
5454 description : 'Deletes a pet' ,
5555 operationId : 'deletePet' ,
5656 requestType : 'DELETE' ,
5757 } ,
5858 {
59- url : 'https://petstore3.swagger.io/api/v3/pet/{petId}/uploadImage' ,
59+ url : 'https://petstore3.swagger.io/api/v3/pet/{{ petId} }/uploadImage' ,
6060 description : 'uploads an image' ,
6161 operationId : 'uploadFile' ,
6262 requestType : 'POST' ,
@@ -74,13 +74,13 @@ const expected = [
7474 requestType : 'POST' ,
7575 } ,
7676 {
77- url : 'https://petstore3.swagger.io/api/v3/store/order/{orderId}' ,
77+ url : 'https://petstore3.swagger.io/api/v3/store/order/{{ orderId} }' ,
7878 description : 'Find purchase order by ID' ,
7979 operationId : 'getOrderById' ,
8080 requestType : 'GET' ,
8181 } ,
8282 {
83- url : 'https://petstore3.swagger.io/api/v3/store/order/{orderId}' ,
83+ url : 'https://petstore3.swagger.io/api/v3/store/order/{{ orderId} }' ,
8484 description : 'Delete purchase order by ID' ,
8585 operationId : 'deleteOrder' ,
8686 requestType : 'DELETE' ,
@@ -98,7 +98,7 @@ const expected = [
9898 requestType : 'POST' ,
9999 } ,
100100 {
101- url : 'https://petstore3.swagger.io/api/v3/user/login?username={username}? password={password}' ,
101+ url : 'https://petstore3.swagger.io/api/v3/user/login?username={{ username}}& password={{ password} }' ,
102102 description : 'Logs user into the system' ,
103103 operationId : 'loginUser' ,
104104 requestType : 'GET' ,
@@ -110,19 +110,19 @@ const expected = [
110110 requestType : 'GET' ,
111111 } ,
112112 {
113- url : 'https://petstore3.swagger.io/api/v3/user/{username}' ,
113+ url : 'https://petstore3.swagger.io/api/v3/user/{{ username} }' ,
114114 description : 'Get user by user name' ,
115115 operationId : 'getUserByName' ,
116116 requestType : 'GET' ,
117117 } ,
118118 {
119- url : 'https://petstore3.swagger.io/api/v3/user/{username}' ,
119+ url : 'https://petstore3.swagger.io/api/v3/user/{{ username} }' ,
120120 description : 'Update user' ,
121121 operationId : 'updateUser' ,
122122 requestType : 'PUT' ,
123123 } ,
124124 {
125- url : 'https://petstore3.swagger.io/api/v3/user/{username}' ,
125+ url : 'https://petstore3.swagger.io/api/v3/user/{{ username} }' ,
126126 description : 'Delete user' ,
127127 operationId : 'deleteUser' ,
128128 requestType : 'DELETE' ,
0 commit comments