Fixed the queryPlugin unit test

This commit is contained in:
Hemna 2021-01-14 14:40:45 -05:00
parent 72fa550250
commit 74be4f853e
1 changed files with 1 additions and 1 deletions

View File

@ -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)