File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
automated/integration/db/client/approve_url
helpers/setup/final_review Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1717async def test_approve_url_basic (db_data_creator : DBDataCreator ):
1818 setup_info = await setup_for_get_next_url_for_final_review (
1919 db_data_creator = db_data_creator ,
20- annotation_count = 3 ,
2120 include_user_annotations = True
2221 )
2322 url_mapping = setup_info .url_mapping
Original file line number Diff line number Diff line change 1111async def test_approval_url_error (db_data_creator : DBDataCreator ):
1212 setup_info = await setup_for_get_next_url_for_final_review (
1313 db_data_creator = db_data_creator ,
14- annotation_count = 3 ,
1514 include_user_annotations = True ,
1615 include_miscellaneous_metadata = False
1716 )
Original file line number Diff line number Diff line change 1010
1111async def setup_for_get_next_url_for_final_review (
1212 db_data_creator : DBDataCreator ,
13- annotation_count : int | None = None ,
1413 include_user_annotations : bool = True ,
1514 include_miscellaneous_metadata : bool = True ,
1615 source : URLSource = URLSource .COLLECTOR
You can’t perform that action at this time.
0 commit comments