Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Oct 17, 2023
1 parent 08dc4c3 commit 09309f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openapi/nexus-internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4402,7 +4402,7 @@
"description": "Initial rack network configuration",
"allOf": [
{
"$ref": "#/components/schemas/RackNetworkConfig"
"$ref": "#/components/schemas/RackNetworkConfigV1"
}
]
},
Expand Down Expand Up @@ -4433,7 +4433,7 @@
"services"
]
},
"RackNetworkConfig": {
"RackNetworkConfigV1": {
"description": "Initial network configuration",
"type": "object",
"properties": {
Expand Down
6 changes: 3 additions & 3 deletions openapi/wicketd.json
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"nullable": true,
"allOf": [
{
"$ref": "#/components/schemas/RackNetworkConfig"
"$ref": "#/components/schemas/RackNetworkConfigV1"
}
]
}
Expand Down Expand Up @@ -2089,7 +2089,7 @@
}
},
"rack_network_config": {
"$ref": "#/components/schemas/RackNetworkConfig"
"$ref": "#/components/schemas/RackNetworkConfigV1"
}
},
"required": [
Expand All @@ -2106,7 +2106,7 @@
"type": "string",
"format": "uuid"
},
"RackNetworkConfig": {
"RackNetworkConfigV1": {
"description": "Initial network configuration",
"type": "object",
"properties": {
Expand Down

0 comments on commit 09309f4

Please sign in to comment.