diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-01 11:04:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 11:04:57 +0000 |
commit | 09ac0569fe910ce4599a07e385522380ce1af6e1 (patch) | |
tree | 58a0c7d4e98b7a7de5577b1cc38fbdce1ac07f3e | |
parent | Fix typo in password_auth_providers doc (diff) | |
download | synapse-09ac0569fe910ce4599a07e385522380ce1af6e1.tar.xz |
Fix broken testcase (#8851)
This test was broken by #8565. It doesn't need to set set `self.clock` here anyway - that is done by `setUp`.
-rw-r--r-- | changelog.d/8851.misc | 1 | ||||
-rw-r--r-- | tests/rest/admin/test_media.py | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/8851.misc b/changelog.d/8851.misc new file mode 100644 |