Skip to content

Commit f52c9e3

Browse files
committed
???
1 parent 4cf8e05 commit f52c9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/trytond/test_trytond.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _(app, request, e):
124124
(event,) = events
125125
if hasattr(response, "status"):
126126
status = response.status
127-
data = response.get_data()
127+
data = json.loads(response.get_data())
128128
headers = response.headers
129129
else:
130130
(content, status, headers) = response

0 commit comments

Comments
 (0)