Fix tests

This commit is contained in:
grossmj
2023-02-17 21:25:19 +08:00
parent 1490e458b6
commit d867e1f1c1
6 changed files with 26 additions and 26 deletions

View File

@ -284,7 +284,7 @@ async def get_node_links(node: Node = Depends(dep_node)) -> List[schemas.Link]:
@router.get("/{node_id}/dynamips/auto_idlepc")
async def auto_idlepc(node: Node = Depends(dep_node)) -> str:
async def auto_idlepc(node: Node = Depends(dep_node)) -> dict:
"""
Compute an Idle-PC value for a Dynamips node
"""