mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -05:00
test plugin expect responses update to match query output
This commit is contained in:
parent
0aa905ebba
commit
3be373d7fc
@ -56,7 +56,7 @@ class TestPlugin(unittest.TestCase):
|
||||
message = "?4"
|
||||
query = query_plugin.QueryPlugin(self.config)
|
||||
|
||||
expected = "Pending messages (0)"
|
||||
expected = "No pending msgs to resend"
|
||||
actual = query.run(self.fromcall, message, self.ack)
|
||||
mock_restart.assert_not_called()
|
||||
self.assertEqual(expected, actual)
|
||||
|
Loading…
Reference in New Issue
Block a user