mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix context unittest
This commit is contained in:
parent
abbe52c72c
commit
5e8a75ac8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue