Skip to content

Commit 56d8e02

Browse files
Changing router path
1 parent a8ea5e2 commit 56d8e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests_integration/routers/support_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def get_handler() -> Resp:
3030
GLOBAL_SEMAPHORE = asyncio.Semaphore(MAX_CONCURRENT_TASKS)
3131

3232

33-
@router.get("/publish-inbound-messages", status_code=204)
33+
@router.get("/publish-bulk-inbound-messages", status_code=204)
3434
async def publish_inbound_messages_handler(
3535
count: int = Query(default=1, ge=1, le=10000),
3636
throttle: bool = False,

0 commit comments

Comments
 (0)