Update tests
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user