Skip to content

Commit ea5fa52

Browse files
authored
Minor cleanup (#3539)
1 parent a5309fe commit ea5fa52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

netmiko/cli_tools/netmiko_show.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
COMMAND = "netmiko-show"
1717

18-
# FIX: --list-devices currently fails due to missing 'device/group'
19-
2018

2119
def main_ep():
2220
sys.exit(main(sys.argv[1:]))

tests/unit/test_clitools_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_ssh_conn_failure(mock_connecthandler):
5252
def test_obtain_devices_all(netmiko_yml, monkeypatch, set_encryption_key):
5353
yml_path = BASE_YAML_PATH / netmiko_yml
5454
monkeypatch.setenv("NETMIKO_TOOLS_CFG", str(yml_path))
55+
set_encryption_key()
5556

5657
result = obtain_devices("all")
5758

0 commit comments

Comments
 (0)