diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-30 11:03:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 11:03:29 -0400 |
commit | 7d84d2523a02ce90badb6bdee5ffc182170a57fe (patch) | |
tree | 821b717ecb42e1d8e0c231657022ef69212a58ce /tests/module_api | |
parent | Merge tag 'v1.44.0rc2' into develop (diff) | |
download | synapse-7d84d2523a02ce90badb6bdee5ffc182170a57fe.tar.xz |
Fix errors in Synapse logs from unit tests. (#10939)
Fix some harmless errors from background processes (mostly due to awaiting Mock objects) that occurred in the Synapse logs during unit tests.
Diffstat (limited to 'tests/module_api')
-rw-r--r-- | tests/module_api/test_api.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/module_api/test_api.py b/tests/module_api/test_api.py |