From 547cf57b7494c5a1f19e3b31ab7a562ce0cdc211 Mon Sep 17 00:00:00 2001 From: Muneeb Ullah Khan Date: Fri, 27 Mar 2026 12:12:53 +0500 Subject: [PATCH] fixed failing apk handler 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 157f1881816b..b02324cb76ac 100644 --- a/pkg/handlers/apk_test.go +++ b/pkg/handlers/apk_test.go @@ -20,7 +20,7 @@ func TestAPKHandler(t *testing.T) { matchString string }{ "apk_with_3_leaked_keys": { - archiveURL: "https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk", + archiveURL: "https://raw.githubusercontent.com/MuneebUllahKhan222/asset-hosting/refs/heads/main/aws_leak.apk", expectedChunks: 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).