Skip to content

Commit 49e86d5

Browse files
committed
Fix broken test. My fault.
1 parent 61f5c93 commit 49e86d5

File tree

1 file changed

+1
-1
lines changed
  • tests/data/expected/openapi/default_template/body_and_parameters

1 file changed

+1
-1
lines changed

tests/data/expected/openapi/default_template/body_and_parameters/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def post_users(body: List[UsersPostRequest]) -> None:
142142

143143

144144
@app.post(
145-
'/{ue_id}/sdm-subscriptions', response_model=None, tags=['Subscription Creation']
145+
'/{ueId}/sdm-subscriptions', response_model=None, tags=['Subscription Creation']
146146
)
147147
def subscribe(ue_id: str = Path(..., alias='ueId'), body: Pet = ...) -> None:
148148
"""

0 commit comments

Comments
 (0)