From d2aac61bb518e3a4a5d36446efe75e7fae2974aa Mon Sep 17 00:00:00 2001 From: Joe Leon Date: Fri, 1 Nov 2024 15:06:04 -0400 Subject: [PATCH] fixed test --- pkg/handlers/apk_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/handlers/apk_test.go b/pkg/handlers/apk_test.go index a53cbf3b7..0790d4511 100644 --- a/pkg/handlers/apk_test.go +++ b/pkg/handlers/apk_test.go @@ -23,7 +23,7 @@ func TestAPKHandler(t *testing.T) { }{ "apk_with_3_leaked_keys": { "https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk", - 499, + 942, // Note: the secret count is 4 instead of 3 b/c we're not actually running the secret detection engine, // we're just looking for a string match. There is one extra string match in the APK (but only 3 detected secrets). 4,