From 72a06ea001342a265e7ae59720d64776e7c620bf Mon Sep 17 00:00:00 2001 From: Archer Bowen Date: Thu, 27 Feb 2025 13:45:50 +0000 Subject: [PATCH] #2925 Further clean up to tap kill chain repeat test. --- .../threat_actor_profiles/test_tap001_kill_chain_repeat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_integration_tests/threat_actor_profiles/test_tap001_kill_chain_repeat.py b/tests/e2e_integration_tests/threat_actor_profiles/test_tap001_kill_chain_repeat.py index 29d258e3..9a3277a1 100644 --- a/tests/e2e_integration_tests/threat_actor_profiles/test_tap001_kill_chain_repeat.py +++ b/tests/e2e_integration_tests/threat_actor_profiles/test_tap001_kill_chain_repeat.py @@ -62,7 +62,7 @@ def test_tap001_repeating_kill_chain(): if tap001.current_kill_chain_stage != BaseKillChain.SUCCEEDED: pytest.fail("Attacker Never Reached SUCCEEDED - Please evaluate current TAP Logic.") - # Stepping twice for the succeeded logic to kick in: + # Stepping four timesteps (2 TAP001 steps) for the succeeded logic to kick in: env.step(0) env.step(0) env.step(0)