mirror of https://github.com/apache/nifi.git
NIFI-7181 convert integration test to proper name so it isnt run as unit test
This commit is contained in:
parent
6ea78c5548
commit
49ba9e8196
|
@ -41,7 +41,7 @@ import java.util.Properties;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
|
||||
public class TestConsumeEmail {
|
||||
public class ITestConsumeEmail {
|
||||
|
||||
private GreenMail mockIMAP4Server;
|
||||
private GreenMail mockPOP3Server;
|
Loading…
Reference in New Issue