Update tests

This commit is contained in:
2025-05-12 07:47:38 +02:00
parent 458863de3d
commit 80e2c339e3
7 changed files with 375 additions and 29 deletions

View File

@ -34,6 +34,7 @@ async def test_create_client(backend_api: SshecretBackend) -> None:
assert clients[0].public_key == test_client.public_key
@pytest.mark.asyncio
async def test_create_secret(backend_api: SshecretBackend) -> None:
"""Test creating secrets."""
test_client = create_test_client("test")