mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-12 10:58:54 -04:00
Remove webchat as a built in command.
Webchat will now be an extension that can be installed. the extension is here: https://github.com/hemna/aprsd-webchat-extension Install it from git or pypi.
This commit is contained in:
@@ -27,8 +27,8 @@ class TestSendMessageCommand(unittest.TestCase):
|
||||
if password:
|
||||
CONF.aprs_network.password = password
|
||||
|
||||
CONF.admin.user = "admin"
|
||||
CONF.admin.password = "password"
|
||||
# CONF.aprsd_admin_extension.user = "admin"
|
||||
# CONF.aprsd_admin_extension.password = "password"
|
||||
|
||||
@mock.patch("aprsd.log.log.setup_logging")
|
||||
def test_no_tocallsign(self, mock_logging):
|
||||
|
||||
Reference in New Issue
Block a user