9856 fix tests

This commit is contained in:
Arthur 2024-03-12 10:52:20 -07:00
parent d6fd0b88af
commit 960f3407f5

View File

@ -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(