Skip to content

Commit 262022e

Browse files
committed
Missing header rename
1 parent d56f292 commit 262022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/endpoint_macros.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ json_body: {{ endpoint.json_body.get_type_string() }},
9999
{{parameter.to_query_method_arg()}},
100100
{% endfor %}
101101
{% for parameter in endpoint.header_parameters %}
102-
{{ parameter.to_query_string() }},
102+
{{ parameter.to_query_method_arg() }},
103103
{% endfor %}
104104
{% endmacro %}
105105

0 commit comments

Comments
 (0)