Ver código fonte

Fix pyramid context files param.

Guénaël Muller 7 anos atrás
pai
commit
2897463da1
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      hapic/ext/pyramid/context.py

+ 1 - 0
hapic/ext/pyramid/context.py Ver arquivo

@@ -41,6 +41,7 @@ class PyramidContext(ContextInterface):
41 41
             body_parameters=json_body,
42 42
             form_parameters=req.POST,
43 43
             header_parameters=req.headers,
44
+            files_parameters={},  # TODO - G.M - 2017-11-05 - Code it
44 45
         )
45 46
 
46 47
     def get_response(