Allow specification of workdir

This commit is contained in:
2025-05-11 11:19:47 +02:00
parent 3dfd03688b
commit d0b92b220e
3 changed files with 14 additions and 12 deletions

View File

@ -5,7 +5,7 @@ import os
import bcrypt
from sqlmodel import Session
from .auth_models import User
from sshecret_admin.auth.models import User
def get_test_user_details() -> tuple[str, str]: