Skip to content

Commit 04beb16

Browse files
committed
correct mocks
1 parent 8f48cd2 commit 04beb16

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/mocks/openapi/servers/operation/variable-enum.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
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"
@@ -357,7 +357,7 @@
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"

test/mocks/openapi/servers/path/variable-enum.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
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"],
@@ -354,7 +354,7 @@
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"

test/mocks/openapi/servers/root/variable-enum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
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"

0 commit comments

Comments
 (0)