Skip to content

Commit

Permalink
Fix types of newly-added fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Keay authored and cardoe committed Nov 13, 2024
1 parent ca4b15b commit eecc3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/understack-workflows/tests/fixture_nautobot_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description="Integrated NIC 1 Port 1",
mac_address="D4:04:E6:4F:8D:B4",
status="Active",
ip_address=[],
ip_address=None,
neighbor_device_id="275ef491-2b27-4d1b-bd45-330bd6b7e0cf",
neighbor_device_name="f20-2-1.iad3.rackspace.net",
neighbor_interface_id="f9a5cc87-d10a-4827-99e8-48961fd1d773",
Expand All @@ -32,7 +32,7 @@
description="Integrated NIC 1 Port 2",
mac_address="D4:04:E6:4F:8D:B5",
status="Active",
ip_address=[],
ip_address=None,
neighbor_device_id="05f6715a-4dbe-4fd6-af20-1e73adb285c2",
neighbor_device_name="f20-2-2.iad3.rackspace.net",
neighbor_interface_id="2148cf50-f70e-42c9-9f68-8ce98d61498c",
Expand All @@ -48,7 +48,7 @@
description="NIC in Slot 1 Port 1",
mac_address="14:23:F3:F5:25:F0",
status="Active",
ip_address=[],
ip_address=None,
neighbor_device_id="05f6715a-4dbe-4fd6-af20-1e73adb285c2",
neighbor_device_name="f20-2-2.iad3.rackspace.net",
neighbor_interface_id="f72bb830-3f3c-4aba-b7d5-9680ea4d358e",
Expand All @@ -64,7 +64,7 @@
description="NIC in Slot 1 Port 2",
mac_address="14:23:F3:F5:25:F1",
status="Active",
ip_address=[],
ip_address=None,
neighbor_device_id="275ef491-2b27-4d1b-bd45-330bd6b7e0cf",
neighbor_device_name="f20-2-1.iad3.rackspace.net",
neighbor_interface_id="c210be75-1038-4ba3-9923-60050e1c5362",
Expand Down

0 comments on commit eecc3ca

Please sign in to comment.