Skip to content

Commit 588ce23

Browse files
author
Josh VanDeraa
committed
Updates docstring to get update
1 parent b484c70 commit 588ce23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_onboarding/tests/test_netbox_keeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_failed_check_ip(self, mock_get_hostbyname):
234234
self.assertEqual(exc_info.exception.message, "ERROR appears a prefix was entered: 192.0.2.1/32")
235235

236236
def test_platform_map(self):
237-
"""Verify platform mapping functionality."""
237+
"""Verify platform mapping of netmiko to slug functionality."""
238238
# Create static mapping
239239
platform_map = {"cisco_ios": "ios", "arista_eos": "eos", "cisco_nxos": "cisco-nxos"}
240240

0 commit comments

Comments
 (0)