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 /changelog.d/10939.misc | |
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 'changelog.d/10939.misc')
-rw-r--r-- | changelog.d/10939.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10939.misc b/changelog.d/10939.misc new file mode 100644 index 0000000000..a7cecf8a5b --- /dev/null +++ b/changelog.d/10939.misc @@ -0,0 +1 @@ +Fix logged errors in unit tests. |