Skip to content

Commit

Permalink
[MODINVSTOR-1243] Include new test in suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Aug 26, 2024
1 parent bb39dc5 commit 08dedee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/api/ApiTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import api.items.MarkItemUnavailableApiTests;
import api.items.MarkItemUnknownApiTests;
import api.items.MarkItemWithdrawnApiTests;
import api.items.TenantItemApiTests;
import api.support.ControlledVocabularyPreparation;
import api.support.http.ResourceClient;
import io.vertx.core.json.JsonArray;
Expand Down Expand Up @@ -72,7 +73,8 @@
AdminApiTest.class,
InventoryConfigApiTest.class,
HoldingsUpdateOwnershipApiTest.class,
ItemUpdateOwnershipApiTest.class
ItemUpdateOwnershipApiTest.class,
TenantItemApiTests.class
})
public class ApiTestSuite {
public static final int INVENTORY_VERTICLE_TEST_PORT = 9603;
Expand Down

0 comments on commit 08dedee

Please sign in to comment.