Browse Source

Fix pyramid context files param.

Guénaël Muller 6 years ago
parent
commit
2897463da1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hapic/ext/pyramid/context.py

+ 1 - 0
hapic/ext/pyramid/context.py View File

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