Skip to content

Commit

Permalink
AsyncAPI 3.0.0 Kafka router tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrySeyt committed Aug 1, 2024
1 parent cd35752 commit a2e0fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/asyncapi/kafka/v3_0_0/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ async def handle(msg): ...
"defaultContentType": "application/json",
"servers": {
"development": {
"host": "",
"pathname": "localhost",
"host": "localhost",
"pathname": "",
"protocol": "kafka",
"protocolVersion": "auto"
}
Expand Down

0 comments on commit a2e0fe9

Please sign in to comment.