diff options
Diffstat (limited to 'service/test/support')
-rw-r--r-- | service/test/support/integration_helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/support/integration_helper.py b/service/test/support/integration_helper.py index 36d297d6..0411abea 100644 --- a/service/test/support/integration_helper.py +++ b/service/test/support/integration_helper.py @@ -186,7 +186,7 @@ class SoledadTestBase: def get_attachment(self, ident, encoding): request = requestMock(path='/attachment/' + ident) request.args = { - 'encoding': encoding + 'encoding': [encoding] } _render(self.resource, request) return request.getWrittenData() |