mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Gateway queue overrides (#584)
This commit is contained in:
parent
7d07f802a8
commit
ba95fa226b
7 changed files with 155 additions and 14 deletions
|
|
@ -214,7 +214,9 @@ class TestDispatcherManager:
|
|||
pulsar_client=mock_pulsar_client,
|
||||
timeout=120,
|
||||
consumer="api-gateway-config-request",
|
||||
subscriber="api-gateway-config-request"
|
||||
subscriber="api-gateway-config-request",
|
||||
request_queue=None,
|
||||
response_queue=None
|
||||
)
|
||||
mock_dispatcher.start.assert_called_once()
|
||||
mock_dispatcher.process.assert_called_once_with("data", "responder")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue