mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 00:47:21 +00:00
fixed test
This commit is contained in:
parent
eac29fecc2
commit
d2aac61bb5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ func TestAPKHandler(t *testing.T) {
|
||||||
}{
|
}{
|
||||||
"apk_with_3_leaked_keys": {
|
"apk_with_3_leaked_keys": {
|
||||||
"https://github.com/joeleonjr/leakyAPK/raw/refs/heads/main/aws_leak.apk",
|
"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,
|
// 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).
|
// we're just looking for a string match. There is one extra string match in the APK (but only 3 detected secrets).
|
||||||
4,
|
4,
|
||||||
|
|
Loading…
Reference in a new issue