mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 06:52:46 -04:00
partition_id, not account_id
This commit is contained in:
parent
a93bf13252
commit
d2ec6de49e
4 changed files with 24 additions and 23 deletions
|
@ -70,7 +70,7 @@ def test_basics(rethinker):
|
|||
"status": "ACTIVE",
|
||||
"pdfs_only": False,
|
||||
"starts_and_stops": [{"start": job.starts_and_stops[0]["start"], "stop": None}],
|
||||
"account_id": None,
|
||||
"partition_id": None,
|
||||
}
|
||||
|
||||
sites = sorted(list(frontier.job_sites(job.id)), key=lambda x: x.seed)
|
||||
|
@ -89,8 +89,8 @@ def test_basics(rethinker):
|
|||
{"start": sites[0].starts_and_stops[0]["start"], "stop": None}
|
||||
],
|
||||
"status": "ACTIVE",
|
||||
"account_id": None,
|
||||
"video_capture": "ENABLE_VIDEO_CAPTURE",
|
||||
"partition_id": None,
|
||||
}
|
||||
assert sites[1] == {
|
||||
"claimed": False,
|
||||
|
@ -107,8 +107,9 @@ def test_basics(rethinker):
|
|||
},
|
||||
],
|
||||
"status": "ACTIVE",
|
||||
"account_id": None,
|
||||
"partition_id": None,
|
||||
"video_capture": "ENABLE_VIDEO_CAPTURE",
|
||||
"partition_id": None,
|
||||
}
|
||||
|
||||
pages = list(frontier.site_pages(sites[0].id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue