mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 20:21:03 +02:00
Fix integratino tests
This commit is contained in:
parent
232c6ccebb
commit
fe49a606cf
1 changed files with 3 additions and 3 deletions
|
|
@ -342,7 +342,7 @@ async def test_websocket_close_during_message_processing():
|
|||
import_handler = TriplesImport(
|
||||
ws=ws,
|
||||
running=running,
|
||||
backend=mock_backend,
|
||||
backend=mock_backend_local,
|
||||
queue="slow-processing-import"
|
||||
)
|
||||
|
||||
|
|
@ -406,8 +406,8 @@ async def test_backpressure_during_shutdown():
|
|||
|
||||
export_handler = TriplesExport(
|
||||
ws=ws,
|
||||
running=running,
|
||||
backend=mock_backend,
|
||||
running=running,
|
||||
backend=mock_backend_local,
|
||||
queue="backpressure-export",
|
||||
consumer="backpressure-consumer",
|
||||
subscriber="backpressure-subscriber"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue