ACS-3620: E2Es - API for manual triggering rules on a folder (#1482)

- adding "alwaysRun = true" to @BeforeMethod due to failing acs-packaging "REST API TAS tests with AIMS"
This commit is contained in:
krdabrowski
2022-10-11 17:14:43 +02:00
committed by GitHub
parent a27a5571bc
commit 8ff074dfea

View File

@@ -81,7 +81,7 @@ public class ExecuteRulesTests extends RestTest
site = dataSite.usingUser(user).createPublicRandomSite(); site = dataSite.usingUser(user).createPublicRandomSite();
} }
@BeforeMethod @BeforeMethod(alwaysRun = true)
public void setUp() public void setUp()
{ {
STEP("Create parent folder, rule folder and file in it"); STEP("Create parent folder, rule folder and file in it");