From 960f3407f57640b732dbd89b84ed7d8a1b04fc61 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 12 Mar 2024 10:52:20 -0700 Subject: [PATCH] 9856 fix tests --- netbox/extras/graphql/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/graphql/types.py b/netbox/extras/graphql/types.py index 1361250cd..f6c22c30d 100644 --- a/netbox/extras/graphql/types.py +++ b/netbox/extras/graphql/types.py @@ -169,7 +169,7 @@ class ExportTemplateType(ObjectType): filters=ImageAttachmentFilter ) class ImageAttachmentType(BaseObjectType): - content_type: Annotated["ContentTypeType", strawberry.lazy('netbox.graphql.types')] | None + object_type: Annotated["ContentTypeType", strawberry.lazy('netbox.graphql.types')] | None @strawberry_django.type(