Skip to content

Commit

Permalink
rename argument to hide copy-paste origin
Browse files Browse the repository at this point in the history
  • Loading branch information
lecko-cngroup committed Sep 25, 2024
1 parent deed104 commit c4fbbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/asyncapi/base/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class TestModel(pydantic.BaseModel):
broker = self.broker_class()

@broker.subscriber("test")
async def handle(user: TestModel): ...
async def handle(model: TestModel): ...

schema = get_app_schema(self.build_app(broker)).to_jsonable()

Expand Down

0 comments on commit c4fbbc4

Please sign in to comment.