@@ -95,7 +95,7 @@ def test_live_pdf_info_queries(
9595
9696@pytest .mark .asyncio
9797@pytest .mark .parametrize ("query_name" , ALLOWED_QUERIES , ids = list (ALLOWED_QUERIES ))
98- async def test_live_pdf_info_async_queries (
98+ async def test_live_async_pdf_info_queries (
9999 pdfrest_api_key : str ,
100100 pdfrest_live_base_url : str ,
101101 uploaded_pdf : PdfRestFile ,
@@ -150,7 +150,7 @@ def test_live_pdf_info_invalid_query(
150150 pytest .param ("🚫" , id = "emoji" ),
151151 ],
152152)
153- async def test_live_pdf_info_async_invalid_query (
153+ async def test_live_async_pdf_info_invalid_query (
154154 pdfrest_api_key : str ,
155155 pdfrest_live_base_url : str ,
156156 uploaded_pdf : PdfRestFile ,
@@ -200,7 +200,7 @@ def test_live_pdf_info_multiple_queries(
200200 pytest .param (("page_count" , "file_size" , "pdf_version" ), id = "three-values" ),
201201 ],
202202)
203- async def test_live_pdf_info_async_multiple_queries (
203+ async def test_live_async_pdf_info_multiple_queries (
204204 pdfrest_api_key : str ,
205205 pdfrest_live_base_url : str ,
206206 uploaded_pdf : PdfRestFile ,
@@ -236,7 +236,7 @@ def test_live_pdf_info_all_queries(
236236
237237
238238@pytest .mark .asyncio
239- async def test_live_pdf_info_async_all_queries (
239+ async def test_live_async_pdf_info_all_queries (
240240 pdfrest_api_key : str ,
241241 pdfrest_live_base_url : str ,
242242 uploaded_pdf : PdfRestFile ,
0 commit comments