Skip to content

Commit

Permalink
tests: upd test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Jan 30, 2024
1 parent ec7345b commit 536243c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ async def test_m_get_dynamic_page_info_by_type():
)


async def test_m_get_dynamic_page_info_by_mid():
async def test_n_get_dynamic_page_info_by_mid():
return await dynamic.get_dynamic_page_info(
credential=common.get_credential(), host_mid=12434430
)


async def test_o_get_dynamic_info_opus():
return await dy.get_info_opus()

0 comments on commit 536243c

Please sign in to comment.