Skip to content

Commit

Permalink
Fix broken test. My fault.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamano committed Aug 21, 2023
1 parent 61f5c93 commit 49e86d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def post_users(body: List[UsersPostRequest]) -> None:


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

0 comments on commit 49e86d5

Please sign in to comment.