Skip to content

Commit

Permalink
Merge pull request #937 from rax-maas/categorize-its
Browse files Browse the repository at this point in the history
recategorize two tests as integration tests
  • Loading branch information
iWebi committed Sep 16, 2022
2 parents d158fbf + 551009c commit 4c27ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -55,7 +55,7 @@
import org.junit.BeforeClass;
import org.junit.Test;

public class HttpAnnotationsEndToEndTest {
public class HttpAnnotationsEndToEndIntegrationTest {
private static HttpIngestionService httpIngestionService;
private static HttpClientVendor vendor;
private static DefaultHttpClient client;
Expand Down
Expand Up @@ -34,7 +34,7 @@

import java.util.*;

public class EventElasticSearchIOTest {
public class EventElasticSearchIOIntegrationTest {
private static EventElasticSearchIO searchIO;
private static EsSetup esSetup;

Expand Down

0 comments on commit 4c27ca0

Please sign in to comment.