File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ import (
1313)
1414
1515func 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).
You can’t perform that action at this time.
0 commit comments