mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
get queue size to 50, remove misleading comment
This commit is contained in:
@@ -169,7 +169,7 @@ describe('fetchJobs', () => {
|
||||
const result = await fetchQueue(mockFetch)
|
||||
|
||||
expect(mockFetch).toHaveBeenCalledWith(
|
||||
'/jobs?status=in_progress,pending&limit=200&offset=0'
|
||||
'/jobs?status=in_progress,pending&limit=50&offset=0'
|
||||
)
|
||||
expect(result.Running).toHaveLength(1)
|
||||
expect(result.Pending).toHaveLength(2)
|
||||
|
||||
Reference in New Issue
Block a user