Log lines do not end with a full stop (#37527)
This commit is contained in:
parent
01fd33f173
commit
53545c984b
154 changed files with 254 additions and 261 deletions
|
@ -91,7 +91,7 @@ class TestSignalMesssenger(unittest.TestCase):
|
|||
data = {"data": {"attachment": tf.name}}
|
||||
self._signalmessenger.send_message(message, **data)
|
||||
self.assertIn(
|
||||
"The 'attachment' option is deprecated, please replace it with 'attachments'. This option will become invalid in version 0.108.",
|
||||
"The 'attachment' option is deprecated, please replace it with 'attachments'. This option will become invalid in version 0.108",
|
||||
context.output[0],
|
||||
)
|
||||
self.assertTrue(mock.called)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue