Skip to content

Commit 6273abe

Browse files
Aza Tulepbergenovparthea
andauthored
fix: fix bug with quote replacement. (#1613)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 082d68f commit 6273abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/_rest_mixins.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
{% set body_spec = api.mixin_http_options["{}".format(name)][0].body %}
5353
{%- if body_spec %}
54-
body = json.loads(json.dumps(transcoded_request['body']))
54+
body = json.dumps(transcoded_request['body'])
5555
{%- endif %}
5656

5757
uri = transcoded_request['uri']

0 commit comments

Comments
 (0)