From 0af367fd2d1b12f2264260e00ad7d8b20e4d9629 Mon Sep 17 00:00:00 2001 From: Sky O Date: Fri, 29 Mar 2024 17:44:55 +0000 Subject: [PATCH] Check results --- moto/moto_proxy/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moto/moto_proxy/utils.py b/moto/moto_proxy/utils.py index 4e3a2dd9b..2481a51d9 100644 --- a/moto/moto_proxy/utils.py +++ b/moto/moto_proxy/utils.py @@ -109,6 +109,7 @@ def get_body_from_form_data( # data = val # else: # headers[prt.name] = val.decode("utf-8") + print("YO FINAL ", data, headers) return data, headers # form_data file