1
0
Commit Graph

5 Commits

Author SHA1 Message Date
Sean Quah
08acc0c293 Rename to EndpointCancellationTestCase to EndpointCancellationTestHelperMixin
Signed-off-by: Sean Quah <seanq@element.io>
2022-05-06 20:54:30 +01:00
Sean Quah
6720b8780f Test the @cancellable flag on RestServlet methods
Signed-off-by: Sean Quah <seanq@element.io>
2022-04-28 19:28:00 +01:00
Jonathan de Jong
4b965c862d Remove redundant "coding: utf-8" lines (#9786)
Part of #9744

Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.

`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
2021-04-14 15:34:27 +01:00
Patrick Cloke
0b3112123d Use mock from the stdlib. (#9772) 2021-04-09 13:44:38 -04:00
Patrick Cloke
b86764662b Fix the exception that is raised when invalid JSON is encountered. (#8291) 2020-09-10 14:55:25 -04:00