Skip to content

Commit 2550c4c

Browse files
fixed test failure (#3646)
1 parent c19a46c commit 2550c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/apk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestAPKHandler(t *testing.T) {
2222
}{
2323
"apk_with_3_leaked_keys": {
2424
"https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk",
25-
942,
25+
947,
2626
// Note: the secret count is 4 instead of 3 b/c we're not actually running the secret detection engine,
2727
// we're just looking for a string match. There is one extra string match in the APK (but only 3 detected secrets).
2828
4,

0 commit comments

Comments
 (0)