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 af5b943 commit a4e2d92Copy full SHA for a4e2d92
backend/tests/integration/message_bus/operations/request/test_proposed_change.py
@@ -136,6 +136,7 @@ async def test_run_pipeline_validate_requested_jobs(
136
services.service._client = client
137
services.service.log = fake_log
138
services.service.message_bus = bus_pre_data_changes
139
+ services.service._database = db
140
services.prepare(service=services.service)
141
await pipeline(message=message, service=services.service)
142
0 commit comments