aboutsummaryrefslogtreecommitdiffstats
path: root/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java')
-rw-r--r--container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java b/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java
index 7f81a3568dd..ae27d7b1814 100644
--- a/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java
+++ b/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java
@@ -40,7 +40,6 @@ public class JSONLogTestCase extends junit.framework.TestCase {
String expectedOutput =
"{\"ip\":\"152.200.54.243\"," +
"\"time\":920880005.023," +
- "\"time-iso8601\":\"1999-03-08T08:00:05.023Z\"," +
"\"duration\":0.122," +
"\"responsesize\":9875," +
"\"code\":200," +
@@ -69,7 +68,6 @@ public class JSONLogTestCase extends junit.framework.TestCase {
String expectedOutput =
"{\"ip\":\"152.200.54.243\"," +
"\"time\":920880005.023," +
- "\"time-iso8601\":\"1999-03-08T08:00:05.023Z\"," +
"\"duration\":0.122," +
"\"responsesize\":9875," +
"\"code\":200," +
@@ -102,7 +100,6 @@ public class JSONLogTestCase extends junit.framework.TestCase {
String expectedOutput =
"{\"ip\":\"152.200.54.243\"," +
"\"time\":920880005.023," +
- "\"time-iso8601\":\"1999-03-08T08:00:05.023Z\"," +
"\"duration\":0.122," +
"\"responsesize\":9875," +
"\"code\":200," +
@@ -128,7 +125,6 @@ public class JSONLogTestCase extends junit.framework.TestCase {
expectedOutput =
"{\"ip\":\"152.200.54.243\"," +
"\"time\":920880005.023," +
- "\"time-iso8601\":\"1999-03-08T08:00:05.023Z\"," +
"\"duration\":0.122," +
"\"responsesize\":9875," +
"\"code\":200," +
@@ -175,7 +171,6 @@ public class JSONLogTestCase extends junit.framework.TestCase {
String expectedOutput =
"{\"ip\":\"152.200.54.243\"," +
"\"time\":920880005.023," +
- "\"time-iso8601\":\"1999-03-08T08:00:05.023Z\"," +
"\"duration\":0.122," +
"\"responsesize\":9875," +
"\"code\":200," +