From 09309f47ec6b24dea348aa00a2420d43bdedfe4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Stone" Date: Tue, 17 Oct 2023 22:03:17 +0000 Subject: [PATCH] fix tests --- openapi/nexus-internal.json | 4 ++-- openapi/wicketd.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi/nexus-internal.json b/openapi/nexus-internal.json index 47fb0fb056..f0df2206e1 100644 --- a/openapi/nexus-internal.json +++ b/openapi/nexus-internal.json @@ -4402,7 +4402,7 @@ "description": "Initial rack network configuration", "allOf": [ { - "$ref": "#/components/schemas/RackNetworkConfig" + "$ref": "#/components/schemas/RackNetworkConfigV1" } ] }, @@ -4433,7 +4433,7 @@ "services" ] }, - "RackNetworkConfig": { + "RackNetworkConfigV1": { "description": "Initial network configuration", "type": "object", "properties": { diff --git a/openapi/wicketd.json b/openapi/wicketd.json index 5a5ee337ff..899b139e22 100644 --- a/openapi/wicketd.json +++ b/openapi/wicketd.json @@ -1054,7 +1054,7 @@ "nullable": true, "allOf": [ { - "$ref": "#/components/schemas/RackNetworkConfig" + "$ref": "#/components/schemas/RackNetworkConfigV1" } ] } @@ -2089,7 +2089,7 @@ } }, "rack_network_config": { - "$ref": "#/components/schemas/RackNetworkConfig" + "$ref": "#/components/schemas/RackNetworkConfigV1" } }, "required": [ @@ -2106,7 +2106,7 @@ "type": "string", "format": "uuid" }, - "RackNetworkConfig": { + "RackNetworkConfigV1": { "description": "Initial network configuration", "type": "object", "properties": {