Skip to content

Commit

Permalink
Merge branch 'master' into datadog-api-spec/generated/3308
Browse files Browse the repository at this point in the history
  • Loading branch information
amaskara-dd authored Nov 12, 2024
2 parents ec77140 + 3c94d5c commit 0db9ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .generator/src/generator/templates/example.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body = {{ body }}

configuration = Configuration()

{%- for operation in context._enable_operations %}
{%- for operation in context._enable_operations|sort %}
configuration.unstable_operations["{{ operation|safe_snake_case }}"] = True
{%- endfor %}
with ApiClient(configuration) as api_client:
Expand Down

0 comments on commit 0db9ded

Please sign in to comment.