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

@@ -29,7 +29,7 @@ class WirelessLinkSerializer(PrimaryModelSerializer):
interface_b = NestedInterfaceSerializer()
class Meta:
model = WirelessLAN
model = WirelessLink
fields = [
'id', 'url', 'display', 'interface_a', 'interface_b', 'ssid', 'description',
]