diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-26 17:54:18 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-26 17:54:18 +0100 |
commit | f84ddc75cbe16e01107e70de9609639816d36320 (patch) | |
tree | 4a8928493f8bc1fcfcba73ef989cd34ea563da92 /synapse/rest/initial_sync.py | |
parent | Merge branch 'client_server_url_rename' into develop (diff) | |
download | synapse-f84ddc75cbe16e01107e70de9609639816d36320.tar.xz |
Pepper UT TODOs
Diffstat (limited to 'synapse/rest/initial_sync.py')
-rw-r--r-- | synapse/rest/initial_sync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/initial_sync.py b/synapse/rest/initial_sync.py index fab748f562..ce7937a919 100644 --- a/synapse/rest/initial_sync.py +++ b/synapse/rest/initial_sync.py @@ -19,6 +19,7 @@ from synapse.api.streams import PaginationConfig from base import RestServlet, client_path_pattern +# TODO: Needs unit testing class InitialSyncRestServlet(RestServlet): PATTERN = client_path_pattern("/initialSync$") |