mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
15809 fix tests
This commit is contained in:
parent
fa57c2229a
commit
d06d1de0e7
@ -23,7 +23,7 @@ class CabledObjectMixin:
|
|||||||
Annotated["PowerOutletType", strawberry.lazy('dcim.graphql.types')],
|
Annotated["PowerOutletType", strawberry.lazy('dcim.graphql.types')],
|
||||||
Annotated["PowerPortType", strawberry.lazy('dcim.graphql.types')],
|
Annotated["PowerPortType", strawberry.lazy('dcim.graphql.types')],
|
||||||
Annotated["RearPortType", strawberry.lazy('dcim.graphql.types')],
|
Annotated["RearPortType", strawberry.lazy('dcim.graphql.types')],
|
||||||
], strawberry.union("LinkPeerType")]] | None
|
], strawberry.union("LinkPeerType")]]
|
||||||
|
|
||||||
|
|
||||||
@strawberry.type
|
@strawberry.type
|
||||||
@ -40,4 +40,4 @@ class PathEndpointMixin:
|
|||||||
Annotated["PowerPortType", strawberry.lazy('dcim.graphql.types')],
|
Annotated["PowerPortType", strawberry.lazy('dcim.graphql.types')],
|
||||||
Annotated["ProviderNetworkType", strawberry.lazy('circuits.graphql.types')],
|
Annotated["ProviderNetworkType", strawberry.lazy('circuits.graphql.types')],
|
||||||
Annotated["RearPortType", strawberry.lazy('dcim.graphql.types')],
|
Annotated["RearPortType", strawberry.lazy('dcim.graphql.types')],
|
||||||
], strawberry.union("ConnectedEndpointType")]] | None
|
], strawberry.union("ConnectedEndpointType")]]
|
||||||
|
Loading…
Reference in New Issue
Block a user