diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-04-06 13:48:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 13:48:22 +0100 |
commit | 024f121b744661f96d771393ddc469dbc322a1c5 (patch) | |
tree | 467d79c653a16741a5a8f2c0f6099ee45559817b /changelog.d | |
parent | Remove outdated constraint on remote_media_cache_thumbnails (#9725) (diff) | |
download | synapse-024f121b744661f96d771393ddc469dbc322a1c5.tar.xz |
Fix reported bugbear: too broad exception assertion (#9753)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9753.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9753.misc b/changelog.d/9753.misc new file mode 100644 index 0000000000..31184fe0bd --- /dev/null +++ b/changelog.d/9753.misc @@ -0,0 +1 @@ +Check that a `ConfigError` is raised, rather than simply `Exception`, when appropriate in homeserver config file generation tests. \ No newline at end of file |