BB: Small typo fix

This commit is contained in:
vakarisz 2022-04-14 15:06:58 +03:00
parent 03433a8d75
commit 3ebab643bc
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class TestMonkeyBlackbox:
TestMonkeyBlackbox.run_exploitation_test(island_client, Depth2A, "Depth2A test suite")
def test_depth_3_a(self, island_client):
TestMonkeyBlackbox.run_exploitation_test(island_client, Depth3A, "Depth4A test suite")
TestMonkeyBlackbox.run_exploitation_test(island_client, Depth3A, "Depth3A test suite")
# Not grouped because can only be ran on windows
@pytest.mark.skip_powershell_reuse