Skip to content

Commit 6bd2d14

Browse files
Re-enabled TestAPKHandler test and updated artifact url (#4856)
1 parent 681b305 commit 6bd2d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/handlers/apk_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ import (
1313
)
1414

1515
func TestAPKHandler(t *testing.T) {
16-
t.Skip("[INS-421] - Skipping this test because the apk file being used in this test is unavailable")
1716
tests := map[string]struct {
1817
archiveURL string
1918
expectedChunks int
2019
expectedSecrets int
2120
matchString string
2221
}{
2322
"apk_with_3_leaked_keys": {
24-
archiveURL: "https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk",
23+
archiveURL: "https://raw.githubusercontent.com/trufflesecurity/leakyAPK/main/aws_leak.apk",
2524
expectedChunks: 942,
2625
// Note: the secret count is 4 instead of 3 b/c we're not actually running the secret detection engine,
2726
// we're just looking for a string match. There is one extra string match in the APK (but only 3 detected secrets).

0 commit comments

Comments
 (0)