We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2969fd7 commit 583c5c2Copy full SHA for 583c5c2
1 file changed
crates/llmtrace-security/src/lib.rs
@@ -3726,7 +3726,7 @@ Q: A\nA: B\nQ: C\nA: D\nQ: E\nA: F\nQ: G";
3726
"Slack token: {}",
3727
["xoxb", "123456789012", "1234567890123", "AbCdEfGhIjKlMnOp"].join("-")
3728
);
3729
- let findings = a.analyze_response(text, &test_context()).await.unwrap();
+ let findings = a.analyze_response(&text, &test_context()).await.unwrap();
3730
assert!(
3731
findings.iter().any(|f| {
3732
f.finding_type == "secret_leakage"
0 commit comments