We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e99f1 commit a45c8dcCopy full SHA for a45c8dc
faststream/asyncapi/generate.py
@@ -11,7 +11,6 @@
11
Reference,
12
Schema,
13
Server,
14
- Tag,
15
)
16
from faststream.asyncapi.schema.bindings import http as http_bindings
17
from faststream.constants import ContentTypes
tests/asyncapi/test_asgi.py
@@ -19,7 +19,7 @@ async def handler2(): ...
19
"/test",
20
make_ping_asgi(
21
broker,
22
- description="test desctiption",
+ description="test description",
23
tags=[{"name": "test"}],
24
),
25
@@ -32,7 +32,7 @@ async def handler2(): ...
32
33
assert schema["channels"] == {
34
"/test": {
35
- "description": "test desctiption",
+ "description": "test description",
36
"subscribe": {
37
"bindings": {
38
"http": {"method": "GET, HEAD", "bindingVersion": "0.1.0"}
0 commit comments