diff options
| author | pik <alexander.maznev@gmail.com> | 2016-10-18 12:17:38 -0500 |
|---|---|---|
| committer | pik <alexander.maznev@gmail.com> | 2016-10-18 12:17:38 -0500 |
| commit | e8b1d2a45200d88a576360a83e3dff1aac4ad679 (patch) | |
| tree | 65093b143547c44795535ac39edfac36d39394d9 /synapse | |
| parent | Fix MockHttpRequest always returning M_UNKNOWN errcode in testing (diff) | |
| download | synapse-e8b1d2a45200d88a576360a83e3dff1aac4ad679.tar.xz | |
Refactor test_filter to use real DataStore
* add tests for filter api errors
Diffstat (limited to 'synapse')
| -rw-r--r-- | synapse/rest/client/v2_alpha/filter.py | 4 | ||||
| -rw-r--r-- | synapse/storage/_base.py | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/synapse/rest/client/v2_alpha/filter.py b/synapse/rest/client/v2_alpha/filter.py |
