Fixing test_clan_modules test

This commit is contained in:
Qubasa
2023-10-27 23:39:02 +02:00
parent e389c7cfe7
commit ff866ca4b2
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ log = logging.getLogger(__name__)
router = APIRouter()
@router.get("/api/{flake_name}clan_modules")
@router.get("/api/{flake_name}/clan_modules")
async def list_clan_modules(flake_name: FlakeName) -> ClanModulesResponse:
module_names, error = get_clan_module_names(flake_name)
if error is not None: