summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-01-15 12:03:36 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-01-15 12:03:36 +0100
commite451532f12d727b87fcb921ef7988b3d33441417 (patch)
tree9185468f91e219ec8da7c756d0994fe3c14319c5
parent19643f83aac9c90cd0e2fd531ee2f4df12d5e03c (diff)
Update another test
-rw-r--r--configserver/src/test/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandlerTest.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/configserver/src/test/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandlerTest.java b/configserver/src/test/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandlerTest.java
index 60683b96f07..714526b24d4 100644
--- a/configserver/src/test/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandlerTest.java
+++ b/configserver/src/test/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandlerTest.java
@@ -468,9 +468,6 @@ public class ApplicationHandlerTest {
"moo", clusterReindexing))),
"{\n" +
" \"enabled\": true,\n" +
- " \"status\": {\n" +
- " \"readyMillis\": 113456\n" +
- " },\n" +
" \"clusters\": {\n" +
" \"boo\": {\n" +
" \"pending\": {},\n" +
@@ -492,9 +489,6 @@ public class ApplicationHandlerTest {
" \"bar\": 123\n" +
" },\n" +
" \"ready\": {},\n" +
- " \"status\": {\n" +
- " \"readyMillis\": 113456\n" +
- " }\n" +
" },\n" +
" \"moo\": {\n" +
" \"pending\": {},\n" +
@@ -510,9 +504,6 @@ public class ApplicationHandlerTest {
" \"bax\": {\n" +
" \"startedMillis\": 123456\n" +
" }\n" +
- " },\n" +
- " \"status\": {\n" +
- " \"readyMillis\": 122456\n" +
" }\n" +
" }\n" +
" }\n" +