chore: Cleanup warnings and unused functions
All checks were successful
Run Check Script / check (pull_request) Successful in 1m20s

This commit is contained in:
2025-08-23 16:21:48 -04:00
parent a1ab5d40fb
commit 8cc7adf196
7 changed files with 12 additions and 33 deletions

View File

@@ -126,6 +126,7 @@ impl SecretManager {
#[cfg(test)]
mod test {
use super::*;
#[cfg(secrete2etest)]
use pretty_assertions::assert_eq;
use serde::{Deserialize, Serialize};

View File

@@ -70,7 +70,6 @@ mod tests {
#[tokio::test]
async fn test_set_and_get_raw_successfully() {
let dir = tempdir().unwrap();
let store = LocalFileSecretStore::default();
let ns = "test-ns";
let key = "test-key";
let value = b"{\"data\":\"test-value\"}";