aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java')
-rw-r--r--vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java b/vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java
index 2cd0d0cc6..7fe25fe65 100644
--- a/vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java
+++ b/vid-app-common/src/test/java/org/onap/vid/utils/LoggingTest.java
@@ -1,18 +1,10 @@
package org.onap.vid.utils;
-import javax.servlet.http.HttpServletRequest;
-
-import org.junit.Test;
-import org.springframework.http.HttpMethod;
-
import com.att.eelf.configuration.EELFLogger;
+import org.junit.Test;
public class LoggingTest {
- private Logging createTestSubject() {
- return new Logging();
- }
-
@Test
public void testGetMethodName() throws Exception {
String result;