-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/spring boot 2.x accumulo 2.1 #12
Conversation
…ityAgency/datawave-audit-service into feature/queryMicroservices
…ityAgency/datawave-audit-service into feature/queryMicroservices
…ed javax.annotations.PostConstruct with @beforeeach in LogAuditorTest.
…ityAgency/datawave-audit-service into feature/queryMicroservices
…d replaced javax.annotations.PostConstruct with @beforeeach in LogAuditorTest." This reverts commit 49ae461.
…ityAgency/datawave-audit-service into feature/queryMicroservices
@@ -1,32 +1,35 @@ | |||
package datawave.microservice.audit; | |||
|
|||
//import datawave.common.test.integration.IntegrationTest; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this import?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
import static org.junit.jupiter.api.Assertions.assertFalse; | ||
import static org.junit.jupiter.api.Assertions.assertNotNull; | ||
import static org.junit.jupiter.api.Assertions.assertThrows; | ||
import static org.junit.jupiter.api.Assertions.assertTrue; | ||
|
||
//@Category(IntegrationTest.class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this @Category
annotation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
b42fc52
…nt test failures.
No description provided.