Skip to content

Commit 4bbecd5

Browse files
committed
prevent task bleeding
1 parent 31f68c2 commit 4bbecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/test_tools/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def flagsmith_markers_marked(
102102
@pytest.fixture(name="run_tasks")
103103
def run_tasks_impl(
104104
settings: SettingsWrapper,
105-
db: None,
105+
transactional_db: None,
106106
task_processor_mode: None,
107107
) -> RunTasksFixture:
108108
settings.TASK_RUN_METHOD = TaskRunMethod.TASK_PROCESSOR

0 commit comments

Comments
 (0)