Use the default scheduler for the front-load test

This commit is contained in:
Adrián Chaves 2025-03-31 16:46:52 +02:00
parent fdf242475e
commit a858ddfef9
1 changed files with 0 additions and 1 deletions

View File

@ -334,7 +334,6 @@ class RequestSendOrderTestCase(TestCase):
await maybe_deferred_to_future(
self._test_request_order(
start_nums=start_nums,
settings={"SCHEDULER": MemoryScheduler},
response_seconds=response_seconds,
start_fn=start,
)