From c1415cc72e615c17af89ee2d58e5a4d382548c35 Mon Sep 17 00:00:00 2001 From: TheTechromancer <20261699+TheTechromancer@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:47:08 -0400 Subject: [PATCH] Update test_module_trufflehog.py --- bbot/test/test_step_2/module_tests/test_module_trufflehog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/test/test_step_2/module_tests/test_module_trufflehog.py b/bbot/test/test_step_2/module_tests/test_module_trufflehog.py index 6f845c251f..da72ff3544 100644 --- a/bbot/test/test_step_2/module_tests/test_module_trufflehog.py +++ b/bbot/test/test_step_2/module_tests/test_module_trufflehog.py @@ -852,7 +852,7 @@ def check(self, module_test, events): and (e.data["host"] == "hub.docker.com" or e.data["host"] == "github.com") and "Verified Secret Found." in e.data["description"] and "Raw result: [https://admin:admin@the-internet.herokuapp.com]" in e.data["description"] - and "RawV2 result: [https://admin:admin@the-internet.herokuapp.com/basic_auth]" + and "RawV2 result: [https://admin:admin@the-internet.herokuapp.com/basic_auth]" in e.data["description"] ] assert 3 == len(vuln_events), "Failed to find secret in events" github_repo_event = [e for e in vuln_events if "test_keys" in e.data["description"]][0].parent