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:
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user