Fix context unittest

This commit is contained in:
Griatch 2024-03-17 12:32:01 +01:00
parent abbe52c72c
commit 5e8a75ac8b

View file

@ -46,7 +46,7 @@ class TestGeneralContext(TestCase):
"rest_api_enabled": True,
"server_hostname": "localhost",
"ssh_enabled": False,
"ssh_ports": False,
"ssh_ports": [4004],
"telnet_enabled": True,
"telnet_ports": [4000],
"telnet_ssl_enabled": False,