Fix failures of test_send_broadcast() in test_api #2181

Merged
PeterSurda merged 1 commits from gitea-66 into v0.6 2024-02-26 16:50:01 +01:00
PeterSurda commented 2024-02-26 16:30:41 +01:00 (Migrated from github.com)

Hi!

I believe that I fixed a bug in test_send_broadcast() causing failures like this:

Traceback (most recent call last):
 File "pybitmessage/tests/test_api.py", line 402, in test_send_broadcast
 self.api.getAllSentMessageIds())['sentMessageIds'])
AssertionError: {'msgid': u'5605772eeac74553a27187dd5b3ab9b7'} not found in [{u'msgid': u'f65e7d168f2f4b51b690b07684bd7b15'}, {u'msgid': u'dfbe7c3e3925e83575dd7f9332b811b6ee4ca3c01347896cec3a1d5a5ab1cb88'}]

But there is another interesting exception, related to the previous PR.

Hi! I believe that I fixed a bug in `test_send_broadcast()` causing failures like [this](https://buildbot.bitmessage.org/#/builders/16/builds/13896): ``` Traceback (most recent call last): File "pybitmessage/tests/test_api.py", line 402, in test_send_broadcast self.api.getAllSentMessageIds())['sentMessageIds']) AssertionError: {'msgid': u'5605772eeac74553a27187dd5b3ab9b7'} not found in [{u'msgid': u'f65e7d168f2f4b51b690b07684bd7b15'}, {u'msgid': u'dfbe7c3e3925e83575dd7f9332b811b6ee4ca3c01347896cec3a1d5a5ab1cb88'}] ``` But there is another interesting [exception](https://buildbot.bitmessage.org/#/builders/16/builds/13915), related to the previous PR.
This repo is archived. You cannot comment on pull requests.
No description provided.