#2925 Further clean up to tap kill chain repeat test.

This commit is contained in:
Archer Bowen
2025-02-27 13:45:50 +00:00
committed by Marek Wolan
parent 5cc885f6e9
commit 72a06ea001

View File

@@ -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)