sched: truthful executing marks in capacity test shortcuts; format wave files
This commit is contained in:
@@ -306,7 +306,9 @@ async def test_rpc_schedule_occurrences_tied_entries_traverse_once(tmp_path) ->
|
||||
cursor: object = None
|
||||
while True:
|
||||
page = await client.list_schedule_occurrences(
|
||||
schedule_id="s", cursor=cursor, limit=1 # type: ignore[arg-type]
|
||||
schedule_id="s",
|
||||
cursor=cursor,
|
||||
limit=1, # type: ignore[arg-type]
|
||||
)
|
||||
assert page["total"] == 2
|
||||
for row in page["occurrences"]:
|
||||
|
||||
Reference in New Issue
Block a user