We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f68c2 commit 4bbecd5Copy full SHA for 4bbecd5
src/common/test_tools/plugin.py
@@ -102,7 +102,7 @@ def flagsmith_markers_marked(
102
@pytest.fixture(name="run_tasks")
103
def run_tasks_impl(
104
settings: SettingsWrapper,
105
- db: None,
+ transactional_db: None,
106
task_processor_mode: None,
107
) -> RunTasksFixture:
108
settings.TASK_RUN_METHOD = TaskRunMethod.TASK_PROCESSOR
0 commit comments