File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/mocks/openapi/servers Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 340340 },
341341 "servers" : [
342342 {
343- "url" : " http://petstore.swagger.io{port}/{basePath}" ,
343+ "url" : " http://petstore.swagger.io: {port}/{basePath}" ,
344344 "variables" : {
345345 "basePath" : {
346346 "default" : " v4"
357357 },
358358 "servers" : [
359359 {
360- "url" : " http://petstore.swagger.io{port}/{basePath}" ,
360+ "url" : " http://petstore.swagger.io: {port}/{basePath}" ,
361361 "variables" : {
362362 "basePath" : {
363363 "default" : " v2"
Original file line number Diff line number Diff line change 297297 "/pet/{petId}" : {
298298 "servers" : [
299299 {
300- "url" : " http://petstore.swagger.io{port}/v1" ,
300+ "url" : " http://petstore.swagger.io: {port}/v1" ,
301301 "variables" : {
302302 "port" : {
303303 "enum" : [" 80" , " 443" ],
354354 },
355355 "servers" : [
356356 {
357- "url" : " http://petstore.swagger.io{port}/{basePath}" ,
357+ "url" : " http://petstore.swagger.io: {port}/{basePath}" ,
358358 "variables" : {
359359 "basePath" : {
360360 "default" : " v2"
Original file line number Diff line number Diff line change 343343 },
344344 "servers" : [
345345 {
346- "url" : " http://petstore.swagger.io{port}/{basePath}" ,
346+ "url" : " http://petstore.swagger.io: {port}/{basePath}" ,
347347 "variables" : {
348348 "basePath" : {
349349 "default" : " v2"
You can’t perform that action at this time.
0 commit comments