From 25cd86bc17153566469efdaa6cab25a1bce578b6 Mon Sep 17 00:00:00 2001 From: Jonathan Grahl Date: Tue, 1 Oct 2024 21:44:30 +0200 Subject: [PATCH] docs: remove duplicate info --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 26d1098..99b1b42 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,6 @@ The conformance tests cover the following areas: - Pagination for listing operations - Error cases and edge conditions -These tests use a `TestClient` struct that wraps the `KeyManagementServiceClient` to interact with the Valv server. The main test function, `run_comprehensive_tests`, orchestrates the execution of various test scenarios. - -Key test scenarios include: - -- Creating and managing CryptoKeys -- Encrypting and decrypting data -- Verifying key rotation schedules -- Testing pagination for large result sets -- Handling error cases and invalid inputs - For more detailed output during test execution, use: ```shell