Skip to content

Commit 6ee00ed

Browse files
committed
Remove errant run_worker
1 parent 5f51e99 commit 6ee00ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tests/test_database_backend.py

-2
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,6 @@ def test_worker_with_locked_rows(self) -> None:
758758
}
759759
)
760760
class DatabaseTaskResultTestCase(TransactionTestCase):
761-
run_worker = partial(call_command, "db_worker", verbosity=0, batch=True, interval=0)
762-
763761
def execute_in_new_connection(self, sql: Union[str, QuerySet]) -> Sequence:
764762
if isinstance(sql, QuerySet):
765763
sql = str(sql.query)

0 commit comments

Comments
 (0)