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

@ -56,7 +56,7 @@ def allocate_udp_port(project_id: UUID) -> dict:
@router.get("/network/interfaces")
def network_interfaces() -> dict:
def network_interfaces() -> List[dict]:
"""
List all the network interfaces available on the compute"
"""