Skip to content

Commit

Permalink
add test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Aug 3, 2023
1 parent 344e815 commit bafe770
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.eclipse.edc.connector.api.management.configuration.transform.ManagementApiTypeTransformerRegistry;
import org.eclipse.edc.jsonld.TitaniumJsonLd;
import org.eclipse.edc.jsonld.spi.JsonLd;
import org.eclipse.edc.junit.annotations.ApiTest;
import org.eclipse.edc.spi.result.StoreResult;
import org.eclipse.edc.web.jersey.testfixtures.RestControllerTestBase;
import org.eclipse.tractusx.edc.validation.businesspartner.spi.BusinessPartnerStore;
Expand All @@ -49,6 +50,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

@ApiTest
class BusinessPartnerGroupApiControllerTest extends RestControllerTestBase {

private final JsonLd jsonLdService = new TitaniumJsonLd(mock());
Expand Down

0 comments on commit bafe770

Please sign in to comment.