1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Resolve test errors

This commit is contained in:
jeremystretch
2021-10-13 13:39:14 -04:00
parent 138af27bf7
commit 1c73bd5079
4 changed files with 15 additions and 3 deletions

View File

@@ -206,6 +206,9 @@ class InterfaceType(IPAddressesMixin, ComponentObjectType):
def resolve_mode(self, info):
return self.mode or None
def resolve_rf_channel(self, info):
return self.rf_channel or None
class InterfaceTemplateType(ComponentTemplateObjectType):